Closed ichsan2895 closed 3 years ago
Hi, thank you very much for reporting this. Maybe some restriction and a warning should be added so that the columns of the time series have "date" and "value" names.
The issue was resolved through the main branch
Hello, I am new with sknifedatar, so I have tried this tutorial:
https://github.com/rafzamb/sknifedatar
But with different dataset which contains outcome column named "hits" instead "value",
When I tried run this syntax:
Error: Problem with
mutate()
inputm_auto_arima
. x object 'value' not found i Inputm_auto_arima
ispurrr::map(...)
.This problem solved when I changed colnames "hits" to "value".