Skip to content

Commit

Permalink
Increase lower bound on sklearn. (#31)
Browse files Browse the repository at this point in the history
* Increase lower bound on sklearn.

* Update lock.
  • Loading branch information
kklein authored Jul 2, 2024
1 parent aa09954 commit 60745dc
Show file tree
Hide file tree
Showing 4 changed files with 392 additions and 320 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,16 @@ Changelog
0.6.0 (2024-06-**)
------------------
**New features**

* 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 60745dc

Please sign in to comment.