-
Notifications
You must be signed in to change notification settings - Fork 258
Open
Description
Hi, when I run the code, the following error appears;
Error in starting_period:nrow(sales_train): NA/NaN argument
Warning message in eval(expr, envir, enclos):
“NAs introduced by coercion”
I think this is the line that has problems:
sales_train <- as.numeric(ex_sales[,6:ncol(ex_sales)])
I changed it to:
sales_train <- as.numeric(ex_sales[,7:ncol(ex_sales)])
But I'm not sure if it's ok to make this change.
Thanks and Regards,
John Taco
Metadata
Metadata
Assignees
Labels
No labels