Skip to content

mlr3tuning 0.8.0

Choose a tag to compare

@be-marc be-marc released this 15 Mar 09:06
  • Adds tune(), auto_tuner() and tune_nested() sugar functions.
  • TuningInstanceSingleCrit, TuningInstanceMultiCrit and AutoTuner can be
    initialized with store_benchmark_result = FALSE and store_models = TRUE
    to allow measures to access the models.
  • Prettier printing methods.