Closed hfrick closed 3 months ago
This follows the logic of https://github.com/tidymodels/parsnip/pull/879 for the predict() methods. For multi_predict() it follows https://github.com/tidymodels/parsnip/pull/912.
predict()
multi_predict()
This then also closes #76.
The tests in extratests test-glmnet-poisson.R also run fine.
extratests
test-glmnet-poisson.R
This follows the logic of https://github.com/tidymodels/parsnip/pull/879 for the
predict()
methods. Formulti_predict()
it follows https://github.com/tidymodels/parsnip/pull/912.This then also closes #76.
The tests in
extratests
test-glmnet-poisson.R
also run fine.