Skip to content

Releases: koaning/scikit-lego

v0.9.4

17 Dec 12:12
706971f
Compare
Choose a tag to compare

This version adds proper support for scikit-learn 1.6. There were a lot of small hiccups but we are now vendoring https://sklearn-compat.readthedocs.io/en/latest/ to aid with compatibility.

v0.9.3

26 Nov 14:09
6e5f948
Compare
Choose a tag to compare
  • Added support for a MonotonicSplineTransformer #710 that might allow for isotonic-style models, but with less compute on larger datasets.
  • Added a handle_zero option in the ZeroInflatedRegressor #714

Version v0.9.2

04 Nov 07:29
Compare
Choose a tag to compare

What's Changed

Enhancement

Bug fix

Documentation

Other

Full Changelog: v0.9.1...v0.9.2

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!