what is overfitting #619
|
can someone explain what is overfitting |
Answered by
Sachin-NK
Feb 23, 2025
Replies: 1 comment
|
Overfitting occurs when a machine learning model learns patterns too specifically from training data, including noise, making it perform well on training data but poorly on new, unseen data. It happens when a model is too complex for the given dataset |
0 replies
Answer selected by
CipherScr1be
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overfitting occurs when a machine learning model learns patterns too specifically from training data, including noise, making it perform well on training data but poorly on new, unseen data. It happens when a model is too complex for the given dataset