JuliaAI / MLJTuning.jl

Hyperparameter optimization algorithms for use in the MLJ machine learning framework
MIT License
66 stars 12 forks source link

Clean up tests and code to avoid private access of machine.report #181

Closed ablaom closed 1 year ago

ablaom commented 1 year ago

No new release required.

Changes to MLJBase (in a planned future breaking release) will replace mach.report with a dictionary, while preserving the current behaviour of report(mach). For MLJTuning to work with those changes, this PR is needed.