2 Open Issues Need Help Last updated: Jul 8, 2025

Open Issues Need Help

View All on GitHub

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

MetaLearners for CATE estimation

Python

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

MetaLearners for CATE estimation

Python