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 problem[SOLVED]

sshilbayehsshilbayeh Member Posts: 10 Contributor II
edited September 2019 in Help
Hi
I am trying to build a decision tree for my data , my data is about child abuse and contains integer (the age) and nominal data , the decision tree only gave me one node I don't know why ?
Tagged:

Answers

  • MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    RapidMiner's decision tree has a "minimal gain" parameter. If a new node would not result in at least the increase of model performance, the algorithm stops. Try to decrease that parameter if you want deeper trees. But you should carefully evaluate your models and compare different parameter settings. For that you should have a look at the Optimize Parameters operator.

    Best, Marius
  • sshilbayehsshilbayeh Member Posts: 10 Contributor II
    Thank u very much , it works now
Sign In or Register to comment.