In cv_varsel.refmodel(), the observation-specific weights are hard-coded to be all equal (line
|
w <- rep(1, NCOL(solution_terms_cv_ch)) |
), but in case of subsampling LOO-CV, they might be different (as the comment says there, too). Thus, shouldn't that line be modified?
In
cv_varsel.refmodel(), the observation-specific weights are hard-coded to be all equal (lineprojpred/R/cv_varsel.R
Line 221 in 0cabd73