"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