You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've closed the whole Rstudio and run it again and the same error appearing (all packages where launched)
#install.packages(c("e1071", "caret", "doSNOW", "ipred", "xgboost"))
Any Idea, why I have this error?
caret.cv <- train(Survived ~ .,
data = titanic.train,
method = "xgbTree",
tuneGrid = tune.grid,
trControl = train.control)
Error in e$fun(obj, substitute(ex), parent.frame(), e$data) :
unable to find variable "optimismBoot"
The text was updated successfully, but these errors were encountered:
There is a bug in the latest caret build on CRAN that causes this error when parallel processing. It is fixed in the dev version, but not yet released on CRAN.
I've closed the whole Rstudio and run it again and the same error appearing (all packages where launched)
#install.packages(c("e1071", "caret", "doSNOW", "ipred", "xgboost"))
Any Idea, why I have this error?
Error in e$fun(obj, substitute(ex), parent.frame(), e$data) :
unable to find variable "optimismBoot"
The text was updated successfully, but these errors were encountered: