#10 · Primary category: Classical Machine Learning Frameworks

lazypredict

automl classification machine-learning regression

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