parsnip 1.0.2
-
A bagged neural network model was added (
bag_mlp()
). Engine implementations will live in the baguette package. -
Fixed installation failures due to undocumented knitr installation dependency (#785).
-
fit_xy()
now fails when the model mode is unknown. -
brulee engine-specific tuning parameters were updated. These changes can be used with dials version > 1.0.0.
-
fit()
andfit_xy()
doesn't error anymore ifcontrol
argument isn't acontrol_parsnip()
object. Will work as long as the object passed tocontrol
includes the same elements ascontrol_parsnip()
. -
Improved prompts related to missing (or not loaded) extension packages as well as better handling of model mode conflicts.