I got an error when working with "rpart2" #311
-
Beta Was this translation helpful? Give feedback.
Answered by
kelly-sovacool
Nov 9, 2022
Replies: 1 comment
-
For For |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sskoldas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For
need at least two non-NA values to interpolate
: I've seen this warning for very small or imbalanced datasets. It appears that the model does so poorly it getsNA
values for predictions during training.For
Setting row names on a tibble is deprecated.
: somewhere in the caret or rpart2 code it attempts to set row names, which is no longer supported for tibbles. It should be harmless.