I am using the caret package to train a model with "rpart" package;
tr = train(y ~ ., data = trainingDATA, method = "rpart")
Data has no missing values or NA's, but when running the command a warning message comes up;
Warning message:
In nominalTrainWorkflow(x = x, y = y, wts = weights, info = trainInfo, :
There were missing values in resampled performance measures.
Does anyone know (or could point me to where to find an answer) what does this warning mean?
I know it is telling me that there were missing values in resampled performance measures - but what does that exactly mean and how can a situation like that arise?
BTW, the predict()
function works fine with the fitted model, so it is just my curiosity.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…