finetune 1.0.1
- For racing:
collect_metrics()andcollect_predictions()have a'complete'argument that only returns results for model configurations that were fully resampled.select_best()andshow_best()now only show results for model configurations that were fully resampled.
-
tune_race_anova(),tune_race_win_loss(), andtune_sim_anneal()no longer error ifcontrolargument isn't a the correspondingcontrol_*()object. Will work as long as the object passed tocontrolincludes the same elements as the requiredcontrol_*()object. -
The
control_sim_anneal()got a new argumentverbose_iterthat is used to control the verbosity of the iterative calculations. This change means that theverboseargument is being passed totune_grid()to control its verbosity.