-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Reproducible example:
library(reprtree)
library(randomForest)
data(spam, package="kernlab")
rf <- randomForest(type ~. , data = spam, ntree = 10)
as.tree(getTree(rf, 1, labelVar = T), rf)
Produces:
Error in match.fun(FUN) : object 'factor.repr' not found
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels