Skip to content

finetune 1.0.1

Choose a tag to compare

@topepo topepo released this 12 Oct 12:15
43475a2
  • For racing:
  • collect_metrics() and collect_predictions() have a 'complete' argument that only returns results for model configurations that were fully resampled.
  • select_best() and show_best() now only show results for model configurations that were fully resampled.
  • tune_race_anova(), tune_race_win_loss(), and tune_sim_anneal() no longer error if control argument isn't a the corresponding control_*() object. Will work as long as the object passed to control includes the same elements as the required control_*() object.

  • The control_sim_anneal() got a new argument verbose_iter that is used to control the verbosity of the iterative calculations. This change means that the verbose argument is being passed to tune_grid() to control its verbosity.