Open Issues Need Help
View All on GitHub Make bechmarking workflow run pre-commit hooks about 1 month ago
AI Summary: Modify the GitHub Actions workflow for benchmarking the `metalearners` library to include running pre-commit hooks before committing changes. This will prevent PRs from failing CI due to pre-commit hook violations.
Complexity:
2/5
enhancement help wanted github_actions
Remove dependency on `polars` in client package about 2 months ago
AI Summary: The task is to remove the dependency on the 'polars' library from the 'metalearners' Python package. This involves investigating two specific usages of 'polars' within the codebase and finding alternative solutions to achieve the same functionality without 'polars'. The goal is to reduce the package's dependencies and simplify installation for end-users.
Complexity:
3/5
enhancement good first issue help wanted dependencies