๐ This version comes with exciting new features that are sure to make forecasting even more efficient and accurate
๐งต
๐ฎ Conformal Prediction: We've added the ability to generate probabilistic forecasts using conformal prediction. You can choose the levels of your intervals and the number of conformity scores to use.
โก๏ธ In addition, mlforecast includes the capability to fit multiple time series with global models. That means you donโt need to calculate sequential conformal intervals for each series and period. I.e., conformal prediction for time series just got a lot faster and easier. ๐คฏ
๐ค Models: We've expanded our model selection to include some of your favorite sklearn methods, including LinearRegression, KNeighborsRegressor, MLPRegressor, and tree-based models like LightGBM and XGBoost.
๐ Static and Exogenous Variables: Our models can now take static and exogenous variables, giving you even more flexibility in your forecasting tasks.
๐ง Training Improvements: You can now train one model per horizon or generate recursive forecasts for the whole horizon.
๐ New Tutorials and Documentation: We've added resources to help you master probabilistic forecasting (conformal prediction), cross-validation, transfer learning, and detecting demand peaks.