parsnip 0.0.5
Fixes
- A bug (#206 and #234) was fixed that caused an error when predicting with a multinomial
glmnet
model.
Other Changes
-
glmnet
was removed as a dependency since the new version depends on 3.6.0 or greater. Keeping it would constrainparsnip
to that same requirement. Allglmnet
tests are run locally. -
A set of internal functions are now exported. These are helpful when creating a new package that registers new model specifications.
New Features
nnet
was added as an engine tomultinom_reg()
#209
Breaking Changes
- There were some mis-mapped parameters (going between
parsnip
and the underlying model function) forspark
boosted trees and somekeras
models. See 897c927.