#28 · Primary category: Classical Machine Learning Frameworks
LightAutoML
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
scikit-learn
scikit-learn: machine learning in Python
pyod
A Python library for anomaly detection across tabular, time series, graph, text, image, and audio data. 60+ detectors, benchmark-backed ADEngine orchestration, and an agentic workflow for AI agents.
dowhy
DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions. DoWhy is based on a unified language for causal inference, combining causal graphical models and potential outcomes frameworks.
umap
Uniform Manifold Approximation and Projection
imbalanced-learn
A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning