Using forecast.gts (package hts) with external regressor and parallel processing
问题 I'm currently using the hts package to forecast (forecast.gts) . I'm now interested in running it in parallel, using the num.cores argument. but when i'm adding an external regressor (using the xreg and newxreg parameters) im getting the following error: Error in checkForRemoteErrors(val) Example with data: library(ggplot2) library(plyr) library(hts) library(ts) library(data.table) library(reshape2) horizon<-30 data1<-dcast(data, Date ~ Brand+Venue, sum , value.var="Spend") data[is.na(data)]