Solved – AUC for test data less than training data

auclogisticmachine learning

I split the training data into a train (75%) and test data (25%). I got an AUC for test data less than training data. does this mean overfitting ?

Best Answer

It's hard to detect overfitting with just one data point. Overfitting happens when the performance on the training set is improved but the performance on the test data gets worse. What you got is consistent with overfitting but it could also be due to some other random difference between the training and test data.