Skip to content

Releases: koaning/scikit-lego

added grouped-estimator

24 Apr 20:24
e8585bb
Compare
Choose a tag to compare

grouped estimator got added as well as documented with pretty pictures!

patsy-addition

07 Apr 11:38
85c5074
Compare
Choose a tag to compare

we added a patsy preprocessor.

second-sprint

04 Apr 20:05
499fb86
Compare
Choose a tag to compare

GMMDetector and GMMClassifier got added.

first-sprint

31 Mar 11:16
5da3a95
Compare
Choose a tag to compare

After our first sprint with Xcellerated we got some nice features in.

  1. a DebugPipline that will log helpful information
  2. a RandomAdder that can add random noise on the train set but not on the test set
  3. a RandomRegressor that will make somewhat random predictions meant for benchmarking
  4. a pandas_utils module that has some helpers for when you're dealing with pandas