mlr3tuning 0.17.0
- feat: The methods
$importance(),$selected_features(),$oob_error()and$loglik()are forwarded from the final model to theAutoTunernow. - refactor: The
AutoTunerstores the instance and benchmark result ifstore_models = TRUE. - refactor: The
AutoTunerstores the instance ifstore_benchmark_result = TRUE.