I used randomForest( ) function in R. But R can't deal variables that more 32factor levels. But my factor variables are very important thing. So I want to use this variable. Then, how to deal this variable?
I know why randomForest( ) can't handle factor variable that have more 32 levels. But I'm wondering that how to use this categorical variable.
Binning the categorical variable??? or just delete?? ??