#28 · Primary category: Classical Machine Learning Frameworks

LightAutoML

automated-machine-learning automatic-machine-learning automl automl-algorithms binary-classification data-science kaggle lama machine-learning multiclass-classification nlp python regression

Fast and customizable framework for automatic ML model creation (AutoML)

Project last updated:01/15/26

GitHub Stars

1.5K

Forks

70

Contributors

31

License

Apache-2.0

Why we included this project

LightAutoML is an AutoML framework that grew out of Kaggle competition work, and it shows: the default preset trains and cross-validates a solid tabular model in a few lines of Python, handling binary and multiclass classification as well as regression. If the presets feel too rigid, the library breaks down into reusable components so you can assemble a custom pipeline instead of accepting a black box. It also reaches beyond plain tables into time series, image, or text data, which is convenient when a single tool has to serve several data types across the same project. For teams that want a dependable baseline quickly without tuning every step by hand, it is a practical place to start.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category