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.
Decision tree
desaijayanti
Member Posts: 1 Learner III
Hello! We are trying to create a Decision tree for a sample data using RapidMiner. The data contains 10 columns. However, the decision tree is categorising based on only one column. Is there any change in the settings which has to be done? If so can someone please let us know? Thanks in advance!!
0
Best Answer
-
RalfKlinkenberg Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, RMResearcher, Member, Unconfirmed, University Professor Posts: 68 RM FounderDeactivating pruning and pre-pruning can help.
Setting the "minimal gain" parameter of the decision tree learner to a smaller value, e.g. 0.05 or 0.01 usually helps as well.0
Answers
can you please post your process XML ("View" -> "Show View" -> "XML")? Ideally you also include a link to your data. My guess would be that "minimal gain" or "min leaf size" or "minimal size for split" parameters might be responsible.
Regards,
Marco