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
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?
Tagged:
0
Answers
Can you provide us with your XML code (View --> Show Panel --> XML) for deeper understanding?
Thanks
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing
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.