stan-dev / projpred

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

Add `varsel.vsel()` and `cv_varsel.vsel()` #461

Closed fweber144 closed 11 months ago

fweber144 commented 11 months ago

This adds new methods varsel.vsel() and cv_varsel.vsel() (in fact, these methods already existed before, but only as placeholders). With these methods, it is possible to re-use the search results from a previous varsel() or cv_varsel() run, which is an important feature of the (unfortunately hopelessly outdated) workflow branch.

See the NEWS.md entry added here for some more information.