stan-dev / projpred

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

Amend PR #406 #411

Closed fweber144 closed 1 year ago

fweber144 commented 1 year ago

This amends PR #406 by essentially performing the following steps:

  1. Function cvfolds() is renamed to cv_folds(), for consistency with the cv_ prefix used in cv_varsel() and cv_ids().
  2. Function props() is renamed to cv_proportions().
  3. Function solution_terms() is deprecated.

Details may be found in the commit messages.