You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New neural models: Added 3 new auto neural models: AutoNBEATS, AutoDeepAR, and AutoPatchTST. All support quantiles for probabilistic forecasts trained with MQLoss and follow the same interface as the existing AutoNHITS and AutoTFT. See #338.
New ML models: Added 7 new auto ML models: AutoLinearRegression, AutoXGBoost, AutoRidge, AutoLasso, AutoElasticNet, AutoRandomForest, and AutoCatboost. All models support quantiles for probabilistic forecasts via conformal prediction and follow the same interface as the existing AutoLGBM. See #337.
Quantile forecasts for AutoLGBM, AutoNHITS, and AutoTFT: These models now support quantile forecasts via the quantiles parameter. Pass a list of floats between 0 and 1 to receive additional output columns named model-q-{percentile}. Note that level is not supported for these models; use quantiles instead. See #336.
AutoLGBM computes prediction intervals via conformal prediction using cross-validation residuals.
AutoNHITS and AutoTFT are trained with MQLoss when quantiles are requested.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Features
New neural models: Added 3 new auto neural models:
AutoNBEATS,AutoDeepAR, andAutoPatchTST. All supportquantilesfor probabilistic forecasts trained withMQLossand follow the same interface as the existingAutoNHITSandAutoTFT. See #338.New ML models: Added 7 new auto ML models:
AutoLinearRegression,AutoXGBoost,AutoRidge,AutoLasso,AutoElasticNet,AutoRandomForest, andAutoCatboost. All models supportquantilesfor probabilistic forecasts via conformal prediction and follow the same interface as the existingAutoLGBM. See #337.Quantile forecasts for AutoLGBM, AutoNHITS, and AutoTFT: These models now support quantile forecasts via the
quantilesparameter. Pass a list of floats between 0 and 1 to receive additional output columns namedmodel-q-{percentile}. Note thatlevelis not supported for these models; usequantilesinstead. See #336.AutoLGBMcomputes prediction intervals via conformal prediction using cross-validation residuals.AutoNHITSandAutoTFTare trained withMQLosswhen quantiles are requested.Documentation
Custom ensembles example: Added the Custom Ensembles notebook, showing how to combine multiple models into custom ensembles. See #340.
Explaining foundation models and ensembles example: Added the Explaining Foundation Models and Ensembles notebook. See #340.
Full Changelog: v0.0.25...v0.0.26
This discussion was created from the release v0.0.26.
Beta Was this translation helpful? Give feedback.
All reactions