Skip to content

Releases: koaning/scikit-lego

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

0.4.0

12 Feb 08:01
6c8ffdd
Compare
Choose a tag to compare

added a dataset for fairness
added kernel classifiers
added monotonic interval encoders

0.3.4

17 Jan 11:01
70c670b
Compare
Choose a tag to compare
  • added a constrained linear model sklego.linear_model.ProbWeightRegression
  • added support for grouped metrics
  • bugfixes and precommit hooks

0.3.3

23 Oct 10:12
167ff4a
Compare
Choose a tag to compare

mayor fix... gmm detectors were broken.