Skip to content

Commit

Permalink
Merge branch 'main' into implement_grid_search
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescMartiEscofetQC committed Jul 2, 2024
2 parents f2edc25 + 60745dc commit 82d38d9
Show file tree
Hide file tree
Showing 4 changed files with 2,574 additions and 2,132 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,18 @@ Changelog
0.6.0 (2024-06-**)
------------------
**New features**

* Implemented :class:`metalearners.grid_search.MetaLearnerGridSearchCV`.

* Added ``scoring`` parameter to :meth:`metalearners.metalearner.MetaLearner.evaluate` and
implemented the abstract method for the :class:`metalearners.XLearner` and
:class:`metalearners.DRLearner`.

**Other changes**

* Increase lower bound on ``scikit-learn`` from 1.3 to 1.4.

0.5.0 (2024-06-18)
------------------

Expand Down
Loading

0 comments on commit 82d38d9

Please sign in to comment.