I am trying to build a tree of C5.0 objects in R, but it gives the following error, and I cannot figure out how to fix it.
plot(model) Error in partysplit(varid = as.integer(i), index = index, info = k, prob = NULL) : minimum of 'index' is not equal to 1 In addition: Warning message: In min(index, na.rm = TRUE) : no non-missing arguments to min; returning Inf
r
AppleGate0
source share