sobreajuste
Sobrequalificação, also known as overfitting, is a common problem in machine learning where a model learns the training data too well, including its noise and specific patterns, leading to poor performance on unseen data. Essentially, the model becomes too specialized to the training set and fails to generalize. This occurs when a model is too complex for the amount of data available, or when it is trained for too long.
Signs of overfitting include a very low error rate on the training data, but a significantly higher