How do I quantify if a model is good?
I have data from a video game - winrate of each character at a given level of experience on that character and at a given skill level of the player using that character. The data on some characters is deficient at the extreme skill levels. I would like to use the data which is not deficient to make predictions in the areas which is deficient.
As I understand it, in order to make predictions I have to parameterize the data. That is, I have to make an educated guess beforehand of the underlying function winrate = f(experience, skill).
Say I have made such a guess of what f() is. How do I quantify whether my guess was shit or good?