Tagged Questions
3
votes
2answers
451 views
R sampling to get around randomForest 32 factor limit [closed]
I'm trying to work around the randomForest package limit of 32 levels for factors.
I have a data set with 100 levels in one of the factor variables.
I wrote the following code to see what things ...