IQVIA-ML / TreeParzen.jl

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

Export MLJTreeParzenTuning and MLJTreeParzenSpace #69

Closed ablaom closed 2 years ago

ablaom commented 2 years ago

What does this PR do?

Exports the constructors MLJTreeParzenTuning and MLJTreeParzenSpace for user convenience. Given there is no chance of a conflict with another name, this is reasonable.

Checklist

yaxxie commented 2 years ago

@ablaom the failure is just a random (low probably event) failure ... because GH actions fails, you can't restart the checks manually I think, so push a WS commit to re-trigger them I guess

ablaom commented 2 years ago

In case the maintainers are interested in pursuing the "low probability" event, see the StableRNGs.jl package.

kainkad commented 2 years ago

Thank you @ablaom for the exports. They're available in v0.3.0 together with other changes we released.