#10 · Primary category: Classical Machine Learning Frameworks
lazypredict
Lazy Predict help build a lot of basic models without much code and helps understand which models works better without any parameter tuning
Project last updated:08/29/26
GitHub Stars
3.3K
Forks
365
Contributors
20
License
MIT
Why we included this project
Lazy Predict gives you a quick baseline on a tabular machine-learning problem without the usual setup time. Point it at a dataset and it trains over 40 built-in models for classification and regression, then reports which ones perform best straight out of the box, no parameter tuning required. The package has grown beyond plain scikit-learn territory to cover time-series forecasting as well, with statistical models like ARIMA and Theta sitting alongside boosting and LSTM/GRU networks, plus automatic detection of seasonal periods. That breadth makes it a useful benchmarking tool for teams that want a fast picture of where to focus their effort before investing hours, and the built-in MLflow integration keeps those baseline runs tracked. Treat it as a first look rather than a production training system.
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