Hi Team,
My question is around overfitting, let’s say I have trained the model and evaluating it with the test how can identify whether the model is overfitting? I know the overfitting concept, but I want to understand what difference of accuracy of the model between the train and the test says the model is overfitting?
Eg: 1. the training set produced 92 % of accuracy and the test produced 85% of accuracy and difference is 7%. Do we say this model is overfitting? is there any standard to identify the model is overfitting with the variance ± value?
Eg: 2. the training set produced 85 % of accuracy and the test produced 92% of accuracy. Do we say this model is overfitting?