The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
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, 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