Skip to main content
Use any scikit-learn model for forecasting
statsforecast supports providing scikit-learn models through the statsforecast.models.SklearnModel wrapper. This can help you leverage feature engineering and train one model per serie, which can sometimes be better than training a single global model (as in mlforecast).

Data setup

Generating features

The utilsforecast library provides some utilies for feature engineering.

Forecasting