Concept

Identifying Overfitting via Training and Test Performance

A common method to determine whether a supervised statistical model is overfitting is to compare its performance on the training data against unseen test data. If the model achieves very high accuracy on the training data but significantly lower accuracy on the testing data, it is likely overfitting.

0

3

Updated 2026-07-02

Tags

Data Science