ellisp / forecastHybrid

Convenient functions for ensemble forecasts in R combining approaches from the {forecast} package
GNU General Public License v3.0
79 stars 23 forks source link

Simplified cvts and added xreg support #69

Closed ganesh-krishnan closed 7 years ago

ganesh-krishnan commented 7 years ago

Using tsPartitions (and saving the train/test splits) allows passing an xreg parameter

ganesh-krishnan commented 7 years ago
dashaub commented 7 years ago

Since this removes the "purrr" imports from NAMESPACE, can we remove it from the DESCRIPTION file too?

ganesh-krishnan commented 7 years ago

@dashaub removed purrr from DESCRPTION file.