stan-dev / projpred

Projection predictive variable selection
https://mc-stan.org/projpred/
Other
110 stars 25 forks source link

Add LFO-CV to projpred #467

Open yannmclatchie opened 11 months ago

yannmclatchie commented 11 months ago

This PR brings to projpred:

  1. a new ordered search method, where we simply append the next predictor in time; and,
  2. one-step-ahead LFO-CV for submodel validation.
fweber144 commented 11 months ago

Just for future reference: The following shouldn't be forgotten before merging:

fweber144 commented 11 months ago

I think we should mention somewhere that within projpred, "LFO CV" actually means "1-SAP-LFO CV" (one-step-ahead prediction [or predictive?] leave-future-out cross-validation). Perhaps in the docs as well as in the NEWS.md entry?