for what do we need training accuracy?

hi,
I sometimes read about training accuracy, it should often be around 99%.. but my question is: Why does one need training accuracy? for what is it important, because usually, it gives no indication as how well your models expected performance is on new test data... so why does one need that?
Best Answer
-
Hi,
See my recent post in this discussion here:
In short, you should NEVER focus on training error. Any guidance like the 99% stuff is just not true (see my k-NN example in the other text). The only applicable scenario is to detect overfitting but even here I personally do not find it too useful.
Cheers,
Ingo
0
Answers
-
Hi,
See my recent post in this discussion here:
In short, you should NEVER focus on training error. Any guidance like the 99% stuff is just not true (see my k-NN example in the other text). The only applicable scenario is to detect overfitting but even here I personally do not find it too useful.
Cheers,
Ingo
0