I have a large dataset of almost 10000 rows and 10 columns. I want to do classification on this dataset using rpart package. But each columns has many (more than 50) classes. So the R just hangs.
What are my options to limit the scope of data or reduce the number of classes in each column?