Skip to content

Releases: sberbank-ai-lab/LightAutoML

LightAutoML (LAMA) v0.3.0

15 Oct 16:13
Compare
Choose a tag to compare

LightAutoML (LAMA) v0.2.1

03 Dec 02:25
f31d2c8
Compare
Choose a tag to compare

Stable release with tutorials, tests and logging

LightAutoML (LAMA) v0.2.0

11 Nov 22:57
Compare
Choose a tag to compare

First release of the library including:

  • Specific modules for data reading, feature typing, feature engineering, feature selection, models training etc.
  • TabularAutoML preset, which can be used for solving binary (Task('binary')), regression (Task('reg')) and multiclass (Task('multiclass')) tasks
  • TabularUtilizedAutoML for timeout utilization (usually for benchmarks or people who have specific amount of time to use)
  • Updated tutorials which fit new version and shows how to use added functionality
  • Nested cross-validation for used algorithms: it can be turned on/off/auto from automl config and customized using specific arguments (for example you can set up to use 10 nested folds and calculate only 3 of them )
  • Bug fixes