What criteria can be used to tell whether the prediction of a model will be more reliable than other specifications.
Background:
- We have data with $N$ computers.
- However, prices available only for, approx., $N/2$ computers.
- I build bunch of different models using these $N/2$ observations.
- Using one of these model (the "best" one) I want to predict the prices which is not available (they doesn't exist in real) in my data.
- What criteria can be considered to tell whether some model is the "best" in my case if comparison with other specifications?
I am inclined to believe that $R^2_{adj.}$ is an appropriate measure here. Is that right?
Please, look at my answer below.