Skip to content

Modeltime 1.2.8

Compare
Choose a tag to compare
@mdancho84 mdancho84 released this 02 Sep 16:01
· 72 commits to master since this release

modeltime 1.2.8

  • Integrate Conformal Predictions. #173
  • New Vignette: Conformal Forecast Prediction Intervals in Modeltime

Other Changes:

  • Reduced test times on CRAN
  • CRAN Vignettes & Tests: Enforce no parallel cores Sys.setenv("OMP_THREAD_LIMIT" = 1)
  • Change the default parallel processing to one (1) core from all available cores (-1):
    • control_refit()
    • control_fit_workflowset()
    • control_nested_fit()
    • control_nested_refit()
    • control_nested_forecast()