RamiKrispin / TSstudio

Tools for time series analysis and forecasting
https://ramikrispin.github.io/TSstudio/
Other
421 stars 65 forks source link

xreg error with auto.arima method in train_model function #53

Open VitoFanelli opened 4 years ago

VitoFanelli commented 4 years ago

I get this error when using xreg in auto.arima and nnetar method

Error in [.data.frame(xreg_train, , arg$xreg) : undefined columns selected

Below a reproducible example. Thanks. xreg_arima_problem.txt

kaes98 commented 3 years ago

Hi, Did you make it work?