Releases: koaning/scikit-lego
Releases · koaning/scikit-lego
0.6.6
Make the package cite-able.
0.6.2
Fixed some sklearn compatibility bugs for 0.24.0 release.
Removed deprecated tools from guides in docs.
0.6.1
Revamped the pandas logging utilities.
0.6.0
- added optional dependencies to compensate for cvxpy
- added regression outlier detection model
0.5.2
GroupedTransformers and renamed GroupedEstimator to GroupedPredictor
0.5.1
The credicard and penguin datasets. Also a DictMapper.
0.5.0
Added PCA/UMAP methods for outlier detection.
0.4.4
We now have support for Lowess Regression!
0.4.3
- fixed bugs for scikit-learn v0.23.0
- added the hearts dataset
0.4.2
- we've added more submodules to keep the code clean
- we've gotten a nice update on the
TimeGapSplit
crossvalidator, thanks @rpauli