Skip to content

1.2.23

Compare
Choose a tag to compare
@Alex-Lekov Alex-Lekov released this 23 Feb 19:46
· 49 commits to master since this release
d86fc91

Big Update:

A big update that changes the logic of work

NEW

  • Now processing the dataset is separated from the model for ease of use when you want to process the dataset yourself
  • Separate transform allows us to save and transfer processing to new data (work in production)

ADD

  • Save & Load processing
  • Save & Load model
  • Reduce memory usage processing
  • Detect and remove outliers

AutoML itself now rebuild, so it is possible to drop the score. If the metric is important to you, you can use the previous version.

Work on progress...