Be sure to review our Idea Submission Guidelines for more information!
Submission GuidelinesWhen you get an error message in an R tool it's almost impossible for a newbie to figure out what has just happened...
For eg. the normal R package randomForest sets 32 as a max number of classes for a given class variable
Thus when you happen to run randomForest on anything with > 32 classes you get an error, imposssible to figure out without searching on the net or better surfing on the community.
How about a basic rules checker providing message on the configs sayin;
"X" and "Y" variables are categoric and have more than 32 classes,
you have to fix thembefore running an RF tool in order to succeed"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.