-
'data.table' package was removed as import required.
-
'workflowsets' package was moved from import to suggests.
-
non-ASCII characters were removed from the 'crimes' dataset.
-
update of the example of the
modeltime_multifit()function.
-
create
automagic_tabs2to include more outputs in tabsets -
removed dependency on
xaringanExtra::use_panelsetbefore callautomagic_tabsfor html_document output. -
'workflowsets' compatibility with 'modeltime' by creating
modeltime_wfs_bestmodel,modeltime_wfs_fit,modeltime_wfs_forecast,modeltime_wfs_rank,modeltime_wfs_refitfunctions. -
'workflowsets' compatibility with 'modeltime', allows to adjust a workflow set over multiple time series by means of the
modeltime_wfs_multibestmodel,modeltime_wfs_multifit,modeltime_wfs_multiforecast,modeltime_wfs_multirefitfunctions.
modeltime_multifitcorrected a name of nested serie column.
-
multievalno longer generates a graph for calculated metrics. -
mlapplywas removed, a reduced version is included internally within themultievalfunction. -
pertenencia_puntowas removed. -
removed dependency on
stringr,stringi,yardstick,ggplot2andparallelpackages.
modeltime_multibestmodelcorrected a detail in the code that was not selecting the best models correctly.
- Added a
NEWS.mdfile to track changes to the package.