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
"x-validation vs. performance operator"
Hi
I am designing a prediction model based on decision tree.
Once I used an x-validation operator consisting of decision tree in training part and apply model and performance in testing part.Another time I used a sequence of three operators of decision tree,apply model and performance.But I got different results.I'd like to know the reason.
Thanks
I am designing a prediction model based on decision tree.
Once I used an x-validation operator consisting of decision tree in training part and apply model and performance in testing part.Another time I used a sequence of three operators of decision tree,apply model and performance.But I got different results.I'd like to know the reason.
Thanks
Tagged:
0
Answers
In your second approach you train a model and test it on the same data, right ? This approach overestimates
every performance criterion.
Shortly said: Only compare different models via performance criteria generated by applying X-Validation