Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Rapid Miner vs R Decision Tree Classification
NatalySimth
Member Posts: 8 Contributor I
Is there are any differences between the decision tree models generated in RapidMiner and R? Is there a comparison between them?
Tagged:
0
Best Answer
-
varunm1 Member Posts: 1,207 UnicornHello @NatalySimth
The decision tree mainly depends on splitting criteria. The algorithms like java implementation of CART /C4.5 kicks in Rapidminer based on your selection of criterion like Gain ratio or Gini Index. These are similar to the R implementation of CART. The criterion plays major role in deciding the DT algorithm rather than a package unless they are a modified version of the default algorithms.
I am not sure there are threads on this community that compared both settings. If you are looking to compare, be sure to set all the hyperparameters same in both environments. You can also use the R-scripting operator in rapidminer to do the same using R.Regards,
Varun
https://www.varunmandalapu.com/Be Safe. Follow precautions and Maintain Social Distancing
7