Releases: business-science/modeltime.ensemble
Releases · business-science/modeltime.ensemble
modeltime.ensemble 1.1.0
modeltime.ensemble 1.1.0
-
Major update to align with tune 2.0.0.
- Updated internal logic for compatibility with the new column naming conventions in resampling results (
.model_descvs.row). - Improved handling of
.resample_idand.row_idto ensure keys remain unique across resamples. - Adjusted recipe preparation to exclude
.resample_idconsistently. - Refined model tuning vs non-tuning workflows for clarity and stability.
- Enhanced error reporting and verbose output for improved user feedback.
- Updated internal logic for compatibility with the new column naming conventions in resampling results (
-
Dependency updates:
tune (>= 2.0.0)modeltime.resample (>= 0.3.0)
-
Version bump to 1.1.0 for CRAN submission.
Full Changelog: v1.0.5...v1.1.0
modeltime.ensemble 1.0.5
What's Changed
- refit submodels before fitting resamples by @regisely in #19
- Remove tidyverse dep by @olivroy in #24
- Update R-CMD-check.yaml by @olivroy in #25
- Update R-CMD-check.yaml by @olivroy in #26
- Delete docs directory by @olivroy in #27
- Update for the next version of tune by @hfrick in #32
New Contributors
- @regisely made their first contribution in #19
- @olivroy made their first contribution in #24
- @hfrick made their first contribution in #32
Full Changelog: V0.4.2...v1.0.5
modeltime.ensemble 0.4.2
Compatibility with modeltime 0.7.0.
- Calibration: Added "id" feature to enable accuracy and confidence intervals by time series ID.
Improvements (included in modeltime.ensemble 0.4.1)
- Improvements for parallel processing during refitting (available in
modeltime0.6.0). - Requires
modeltime0.6.0 andparsnip0.1.6 to align with xgboost upgrades.
Modeltime Ensemble 0.4.0
Recursive Ensembles
recursive()- Therecursive()function is extended to recursive ensembles for both single time series and multiple time series models (panel data).- "Forecasting with Recursive Ensembles" - A new forecasting vignette for using
recurive()with ensembles.
Fixes
modeltime_forecast()now returnsNAwhen missing values are present in the sub-model predictions.