IQVIA-ML / TreeParzen.jl

TreeParzen.jl, a pure Julia hyperparameter optimiser with MLJ integration
Other
35 stars 5 forks source link

TreeParzen is not up to date in its compatibility requirements #103

Closed ablaom closed 7 months ago

ablaom commented 9 months ago

In particular, this needs updating:

https://github.com/JuliaAI/MLJTuning.jl/releases/tag/v0.8.0

TreeParzen.jl tests rely on MLJBase.jl and the latest version will likely break some tests here (once the MLJTuning compat is lifted to allow latest MLJBase in tests). There is an MLJBase 1.0 migration guide to assist here; probably the only section you need to consult is here.

Someone will want to give the CompatHelper action a kick back to life to reveal other compat issues. (an administrator will have to do this.)

Happy to provide further guidance.

ablaom commented 7 months ago

Ping

kainkad commented 7 months ago

Thank you @ablaom. I have extended the compatibility for MLJTuning to v0.8 and patch released that so the updated TreeParzen v03.4 should now be available, I re-enabled CompatHelper and run the workflow to check for other compat issues but this was the only one.

ablaom commented 7 months ago

Thank you, @kainkad.