My honest testing performance is greater than training performance? is it luck or incorrect

Tsar1131
New Altair Community Member
I have used split operator on my data source in the ratio of 4:1 for training and honest testing I am using DT and cross-validation.
The performance result for testing is accuracy 93.21%, kappa 0.863 and for training accuracy 93.97%, kappa 0.695
I need to know whether the model is underfitting data and how should I conclude this result
The performance result for testing is accuracy 93.21%, kappa 0.863 and for training accuracy 93.97%, kappa 0.695
I need to know whether the model is underfitting data and how should I conclude this result
Tagged:
0
Best Answer
-
so a 2sigma effect. I would not worry.
5
Answers
-
Hi,I would use a cross validation to check for the std_dev of the performance. Then you can see how lucky you are.Best,Martin0
-
so a 2sigma effect. I would not worry.
5 -
I would do the same trick thereBut generally, if testing is better than training its rather unproblematic1