Skip to content

Releases: koaning/scikit-lego

0.6.6

21 Apr 17:32
907a771
Compare
Choose a tag to compare

Make the package cite-able.

0.6.2

25 Oct 11:24
937fc64
Compare
Choose a tag to compare

Fixed some sklearn compatibility bugs for 0.24.0 release.
Removed deprecated tools from guides in docs.

0.6.1

22 Sep 16:17
4efb4a4
Compare
Choose a tag to compare

Revamped the pandas logging utilities.

0.6.0

07 Sep 18:26
312f2aa
Compare
Choose a tag to compare
  • added optional dependencies to compensate for cvxpy
  • added regression outlier detection model

0.5.2

31 Jul 09:02
a4d766b
Compare
Choose a tag to compare

GroupedTransformers and renamed GroupedEstimator to GroupedPredictor

0.5.1

08 Jul 07:50
860c1a9
Compare
Choose a tag to compare

The credicard and penguin datasets. Also a DictMapper.

0.5.0

31 May 14:29
b0b9cab
Compare
Choose a tag to compare

Added PCA/UMAP methods for outlier detection.

0.4.4

26 May 07:16
af79626
Compare
Choose a tag to compare

We now have support for Lowess Regression!

0.4.3

13 May 19:12
013d3df
Compare
Choose a tag to compare
  • fixed bugs for scikit-learn v0.23.0
  • added the hearts dataset

0.4.2

03 May 09:11
154f867
Compare
Choose a tag to compare
  • we've added more submodules to keep the code clean
  • we've gotten a nice update on the TimeGapSplit crossvalidator, thanks @rpauli