|
|
|
|
|
by elandau25
1772 days ago
|
|
If we are taking wikipedia as ground truth, the next line is: An overfitted model is a statistical model that contains more parameters than can be justified by the data. Another definition from https://www.ibm.com/cloud/learn/overfitting#:~:text=Overfitt...: Overfitting is a concept in data science, which occurs when a statistical model fits exactly against its training data. We can argue over the precise definition of overfitting, but when you fitting a high-capacity model exactly to the training data, that is a procedural question and I would argue falls under the overfitting umbrella. |
|
If your objective function is to ID one type of Batman, you just have a very specific objective function which could also suffer from over fitting (i.e. it's unable to perform well against out of sample Batman of the same type).
The reason I push back is that many healthcare models are micromodels by your definition: they may only seek to perform well on images from one machine at a single provider location on a single outcome, but they also have over fitting issues from time to time since the training data isn't diverse enough for the hyper specific objective.