Selection¶
Note: Make sure to correct for multiple hypothesis testing
Model Selection¶
- Fit multiple models \(g_i\) on the training data and eyeball dev data
- Use dev data for hyper parameter tuning of each model \(g_i\)
- Use external validation data for model selection and obtain \(g^*\)
- Combine the training and validation data. Refit \(g^*\) on this set to obtain \(g^{**}\)
- Assess the performance of \(g^{**}\) on the test data
Finally, train \(g^{**}\) on the entire data to obtain \(\hat f\)
Check the results on the self-hosted competition