modeltime
Time series forecasting framework for R
modeltime built conformal intervals in, then went quiet on features.
◆Recent moves
- 7mo ago
Robustness to xgboost version changes
One change making the package resilient to xgboost version shifts. Dependency maintenance, not forecasting capability.
View source ↗ - 11mo ago
future parallel backend, maape() metric and ADAM tuning helpers
parallel_start() gains a future method bridged through doFuture, cutting tuning warnings and making parallel setup portable. Adds the maape() metric to the extended accuracy set and dials helpers exposing ADAM model and loss selection.
View source ↗ - 2y ago
Conformal intervals reach the nested forecasting workflow
Carries conformal prediction intervals into the nested forecasting workflow via modeltime_nested_fit() and refit, and reworks the printed forecast tables to show which confidence method and interval are in play. The second half of a two-release arc that begins in 1.2.8.
View source ↗ - 2y ago
Conformal prediction intervals introduced
Introduces conformal predictions with a dedicated vignette, and drops default parallel processing from all available cores to one across the control functions. The starting point for the interval work 1.3.0 completes.
View source ↗ - 3y ago
Fixes the Smooth es() model
A one-line release fixing the Smooth es() model. Narrow bug fix.
View source ↗ - 3y ago
Fixes failing developer-tools tests
Fixes failing tests in a developer-tools test file. Internal only.
View source ↗