mle-infrastructure / mle-toolbox

Lightweight Tool to Manage Distributed ML Experiments 🛠
https://mle-infrastructure.github.io/mle_toolbox/toolbox/
MIT License
3 stars 1 forks source link

Helper to select top-k runs from `hyper_log` #37

Closed RobertTLange closed 3 years ago

RobertTLange commented 3 years ago

Add a helper function that sub-selects the top-k runs from the hyper_log dataframe for a specific variable and with a bool to set whether the score should be maximized or minimized.

RobertTLange commented 3 years ago

Addressed in e14e34c.