shankarpandala / lazypredict

Lazy Predict help build a lot of basic models without much code and helps understand which models works better without any parameter tuning
MIT License
2.76k stars 317 forks source link

Support for time series forecasting #427

Open corridordigital opened 1 year ago

corridordigital commented 1 year ago

Problem: time series forecasting quality depends a lot on the ML method, and it's often hard to decide or very time-consuming

Solution: a feature, in addition to regression & classification, that makes it easy to compare the most common time series forecasting models (Prophet, AutoARIMA, NeuralProphet, etc.)

Alternatives: there is no alternative currently available. GluonTS and sktime provide a more or less unified API for time series forecasting models