parsnip 0.0.5
Fixes
- A bug (#206 and #234) was fixed that caused an error when predicting with a multinomial
glmnetmodel.
Other Changes
-
glmnetwas removed as a dependency since the new version depends on 3.6.0 or greater. Keeping it would constrainparsnipto that same requirement. Allglmnettests 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
nnetwas added as an engine tomultinom_reg()#209
Breaking Changes
- There were some mis-mapped parameters (going between
parsnipand the underlying model function) forsparkboosted trees and somekerasmodels. See 897c927.