plsmod 0.1.1
CRAN release: 2020-10-28
Small updates so that
plsmodcan be run in parallel using psock clustersUpdates for encoding requirements related to current version of
parsnip.
plsmod 0.1.0
CRAN release: 2020-10-07
The
num_termsargument was removed in favor ofpredictor_prop, which is the maximum proportion of original predictors that can have non-zero coefficients for each PLS component. This makes it easier to tune and consistent withrecipes::step_pls().Fixed a bug that could prevent
multi_predict()from being invoked.