🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Decision Tree

User: "Lalit9_"
New Altair Community Member
Updated by Jocelyn
I took some data to make a decision tree. It had about 200 rows and had missing values as well. Rapidminer made a decision tree with good branches 2-3 times with it but I changed the label of one column and decision tree was reduced to 2 branches after that. The weight of different attributes also changed and now I am not able to make that previous tree again. Can someone help me?

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "varunm1"
    New Altair Community Member
    Updated by varunm1
    Hello @Lalit9_

    Can you provide us with your XML code (View --> Show Panel --> XML) for deeper understanding?

    Thanks
    User: "Papad"
    New Altair Community Member
    Hello @Lalit9_
    First of all it is always good to keep a back up version of your data and working on copies, in order to prevent many events.
    Secondly with the change you did, it is possible that the model works different on your dataset. Although when you choose a decision tree, you can set the attributes of the tree like depth etc. So maybe you changed something there.
    I hope it helps.