tidymodels / poissonreg

parsnip wrappers for Poisson regression
https://poissonreg.tidymodels.org
Other
22 stars 4 forks source link

Remove obsolete check on `newdata` #87

Closed hfrick closed 3 months ago

hfrick commented 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.

This then also closes #76.

The tests in extratests test-glmnet-poisson.R also run fine.