Skip to content

Releases: koaning/scikit-lego

Version v0.9.1

10 Jul 14:32
53e3489
Compare
Choose a tag to compare

What's Changed

New features

Fixes

Others

Full Changelog: v0.9.0...v0.9.1

Version v0.9.0

26 May 20:16
fbb8e57
Compare
Choose a tag to compare

What's Changed

Disclaimer

This is a large one, with a lot of improvements, new features and bug fixes!

TL;DR

  • narwhals support for dataframe agnostic codebase
  • numpy 2.0 support
  • cvxpy 1.5 support
  • improvements in scikit-learn intergration

New Features ✨

Bug fixes 🐞

Internals ⚒️

  • Improving sklearn compatibility via parametrize_with_checks by @FBruzzesi in #660

Full Changelog: v0.8.2...v0.9.0

Version v0.8.2

16 Apr 14:59
35dd279
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.2

0.8.0

19 Mar 11:51
7a1e283
Compare
Choose a tag to compare

Description

✨ New Features

🐞 Bug Fix

  • GroupedTransformer allows transformers that use y #624 by @FBruzzesi
  • Raise early for GroupedPredictor with shrinkage in non-regression tasks #619 by @FBruzzesi

⚠️ Breaking Changes

  • Removed deprecated classes: PatsyTransformer, FairClassifier, OutlierRemover #626 and GroupedEstimator #619

0.7.4

29 Jan 20:20
d997570
Compare
Choose a tag to compare

Added a new meta estimator for ordinal classification.

0.7.0

29 Jan 14:15
8443370
Compare
Choose a tag to compare

@FBruzzesi created a new OrdinalClassifier meta model. While somewhat experimental ... we can totally see how it may be nice for some folks. Enjoy!

0.7.0

12 Dec 20:03
c6aed11
Compare
Choose a tag to compare

Thanks to @FBruzzesi we now have new docs pages and an update to the DecayEstimator. This estimator is now more flexible, but does introduce a breaking change. Hence a big number update!

v0.6.16

17 Oct 19:17
dc76fd3
Compare
Choose a tag to compare

Now that @FBruzzesi is helping out with the maintenance we've got a bunch of PRs to celebrate! Some of these are related to relaxing the check_X_y function in some of the meta models.

v0.6.15

18 Jul 19:07
c1d413e
Compare
Choose a tag to compare

Mainly a patch release for #562.

0.6.14

02 Nov 11:39
f86f21e
Compare
Choose a tag to compare

Added support for GroupTimeSeriesSplit in #540.