Skip to content

Releases: pulearn/pulearn

v0.0.11: Import errors and version numbering fixed!

10 Sep 10:13
Compare
Choose a tag to compare

v0.0.10: Import errors fixed!

10 Sep 10:09
8831dbd
Compare
Choose a tag to compare
fix the indices_to_mask import error from sklearn (#40)

* fix the indices_to_mask import error from sklearn

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix example typos

* typo and missing docstring fixes

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* more typos and docstring style and code style fixes

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* more minor style fixes

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

v0.0.9: Bugix

15 Apr 09:48
c29873e
Compare
Choose a tag to compare
Fix estimator in BaggingPuClassifier (#32)

* fix: bagging: adapt 'base_estimator' to 'estimator' based on changes on sklearn´s BaseForest (see Pu bugfix
#26)

* tests: bagging: adapt 'base_estimator' to 'estimator' based on changes on sklearn´s BaseForest (see Pu bugfix
#26)