You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As suggested by @avehtari, it would be good to support smoothing of cross-validated (submodel) predictive performance results in plot.vsel(). This smoothing should then also be integrated into the model size decision rule of suggest_size().
The text was updated successfully, but these errors were encountered:
As mentioned above, this code is based on branch workflow. Hence, line mselfcv3 <- summary(vsmfcv3)$stats_table essentially corresponds to mselfcv3 <- summary(cvvs_obj)$perf_sub on branch master (for some cv_varsel() output object called cvvs_obj). Furthermore, on branch master, we would currently need something like mselfcv3$diff_se <- mselfcv3$diff.se after that line.
As suggested by @avehtari, it would be good to support smoothing of cross-validated (submodel) predictive performance results in
plot.vsel()
. This smoothing should then also be integrated into the model size decision rule ofsuggest_size()
.The text was updated successfully, but these errors were encountered: