tune 0.2.0
-
The
.notes
column now contains information on the type of note (error or warning), the location where it occurred, and the note. Printing a tune result has different output describing the notes. -
collect_notes()
can be used to gather any notes to a tibble. (#363) -
Parallel processing with PSOCK clusters is now more efficient, due to carefully avoiding sending extraneous information to each worker (#384, #396).
-
The engine arguments for xgboost
alpha
,lambda
, andscale_pos_weight
are now tunable. -
When the Bayesian optimization data contain missing values, these are removed before fitting the GP model. If all metrics are missing, no GP is fit and the current results are returned. (#432)
-
Moved
tune()
from tune to hardhat (#442). -
The
parameters()
methods forrecipe
,model_spec
, andworkflow
objects have been soft-deprecated in favor ofextract_parameter_set_dials()
methods (#428).