Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package Maintenance #288

Merged
merged 59 commits into from
Jan 28, 2025
Merged

Package Maintenance #288

merged 59 commits into from
Jan 28, 2025

Conversation

SvenKlaassen
Copy link
Member

@SvenKlaassen SvenKlaassen commented Jan 13, 2025

Changes

  • Update tests to remove unnecessary warnings
  • Include Black and Ruff for formatting and linting
  • Add differently initialized learners to examples to clarify examples (Closes Possibly error in code example doubleml-docs#209)
  • Update docstrings for sensitivity_benchmark and GlobalRegressor, GlobalClassifier

PR Checklist

  • The title of the pull request summarizes the changes made.
  • The PR contains a detailed description of all changes and additions.
  • References to related issues or PRs are added.
  • The code passes all (unit) tests.
  • Enhancements or new feature are equipped with unit tests.
  • The changes adhere to the PEP8 standards.

doubleml/datasets.py Fixed Show fixed Hide fixed
doubleml/irm/tests/_utils_irm_manual.py Fixed Show fixed Hide fixed
doubleml/tests/test_datasets.py Fixed Show fixed Hide fixed
doubleml/tests/test_dml_data.py Fixed Show fixed Hide fixed
@SvenKlaassen SvenKlaassen linked an issue Jan 20, 2025 that may be closed by this pull request
@SvenKlaassen
Copy link
Member Author

@PhilippBach could you review the main changes?

The only test failing is based on complexity which was not changed and is not part of this PR (only reformatted).

Copy link
Member

@PhilippBach PhilippBach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @SvenKlaassen . I think the added features for maintenance look pretty nice and helpful! The PR looks good to me

@SvenKlaassen SvenKlaassen merged commit e033c3e into main Jan 28, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Possibly error in code example
2 participants