Skip to content

tune 0.1.4

Compare
Choose a tag to compare
@topepo topepo released this 20 Apr 16:24
7817ff4
  • Fixed an issue in finalize_recipe() which failed during tuning of recipe steps that contain multiple tune() parameters in an single step.

  • Changed conf_mat_resampled() to return the same type of object as yardstick::conf_mat() when tidy = FALSE (#370).

  • The automatic parameter machinery for sample_size with the C5.0 engine was changes to use dials::sample_prop().