Skip to content

SYSTEM Cited by 1 source

Nixtla MLForecast

Nixtla MLForecast (mlforecast) is an open-source time-series forecasting library from Nixtla that wraps traditional gradient-boosting models (typically LightGBM) with time-series-specific feature engineering and forecast-generation machinery:

  • Target lags and lag transformations.
  • Exogenous-feature lags and transformations.
  • Temporal features (seasonality, calendar effects).
  • Conformal inference for probabilistic forecasts with calibrated prediction intervals.
  • Numba-accelerated feature generation under the hood for speed.

Stub page — minimum viable framing.

Seen in

"Forecasting specific features such as target lags / transformations, exogenous features lags / transformations, and other temporal features is handled later on by Nixtla's MLForecast. This allows us to leverage optimised transformations from Nixtla (with Numba under the hood)."

And Zalando's architectural framing:

"We leverage Nixtla's MLForecast with conformal inference, and LightGBM for probabilistic forecasts. Beyond the speed and scalability of LGBM, we want to emphasise the benefits of using a library like Nixtla, which can automate many time series features and processes required just before training."

Last updated · 501 distilled / 1,218 read