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
minimal gain and the accuracy
hanaabdalrahman
Member Posts: 9 Learner III
hello..
what is the Relationship between minimal gain and accuracy when i decrease minimal gain to .001instesd of default .1 the accuracy increase ?
another quetstion.. i work on decision tree and random forest the accuracy of its is same.. is these ok or there is error
thanks
Tagged:
0
Answers
@hanaabdalrahman mininmal gain has to do with node splitting on your Decision Tree wherease accuracy has to do with how well the algorithm managed to classify the data correctly.
You can read more about the various parameters for Decision Tree here: https://docs.rapidminer.com/latest/studio/operators/modeling/predictive/trees/parallel_decision_tree.html