mkao006 / sws_imputation

Repository for implementing imputation for the Statistical Working System
0 stars 0 forks source link

Leave-one-out Cross-Validation #72

Open joshbrowning2358 opened 9 years ago

joshbrowning2358 commented 9 years ago

Weights for the ensemble model are currently computed via the mean-squared error between the observed and fitted values. However, this method will tend to favor models that overfit the data. Instead, we could implement a weighting scheme based on leave-one-out cross-validation. See the "testing" branch opened by rockclimber112358 for a potential implementation.