Skip to content

Releases: koaning/scikit-lego

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.

0.6.13

10 Sep 14:06
b4d087f
Compare
Choose a tag to compare

Added check_X flags for GroupedPredictor and IdentityTransformer.
Add support for multi-output models in the EstimatorTransformer.

Thanks for the PRs @kamilm @CarloLepelaars @skylarbpayne!

0.6.12

05 Jun 14:36
Compare
Choose a tag to compare

Fixed a bug related to the decision_function of the grouped predictor.

0.6.11

20 Apr 19:44
8b5930f
Compare
Choose a tag to compare

Fixed a few minor bugs. One relating to a numeric overflow in our GMM models and another relating to the Thresholder and the StackingClassifier.

0.6.10

12 Mar 14:49
96b25d4
Compare
Choose a tag to compare

check_array is now optional in grouped models.

0.6.9

09 Dec 11:34
0f88bbb
Compare
Choose a tag to compare

Our loggers now capture errors as well. Great for production use-cases. #493

0.6.8

03 Jul 12:36
3c9b618
Compare
Choose a tag to compare

Keep compatibility with new Pandas version.

0.6.7

07 May 13:23
c1e703d
Compare
Choose a tag to compare

Quantile regression.