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
Optmise deicision tree parameters
sinead_bracken
Member Posts: 5 Contributor I
I have created a process which trains a decision tree model.
The optimise parameter operator was used to optimise this model.
Question: Does the optimise operator create the most satisfactory model based on the parameters you put into the operator?
i.e. if I put in min_leaf_size as min:1 and Max 15, the operator choses the most appropirate min_leaf_size?
Also, just theoretically, if my accuracy was 71.6% for my model ,what approaches would one take to improve their model? I understand each study is case specific, but are there any general rules?
thank you for taking the time to read this,
Sinead
Tagged:
0
Answers
hello @sinead_bracken - yes Optimize Parameters cycles through all the permutations selected and chooses the parameters that result in the best performance. Note that adding additional permutations can be very resource-consuming as it's exponentially more cases to examine. If you open the Churn Modeling template there is actually a very good example of how these pieces all connect together.
Scott