parsnip 0.1.3
-
A
glance()
method formodel_fit
objects was added (#325) -
Specific
tidy()
methods forglmnet
models fit viaparsnip
were created so that the coefficients for the specific fittedparsnip
model are returned.
Fixes
-
glmnet
models were fitting two intercepts (#349) -
The various
update()
methods now work with engine-specific parameters.