IQVIA-ML / TreeParzen.jl

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

Deterministic label creation #18

Open ghost opened 4 years ago

ghost commented 4 years ago

Describe the solution you'd like

This would mean that the user doesn't need to separately specify the label, such as

HP.Normal(:foo, 5.0, 7.0) # :foo is the label

We would need to create the labels such that we can re-read the history when it's gone to MLJ and come back again.