You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is actually a question rather than an issue. I also tried other AutoML frameworks such as AutoGluon and H2O AutoML, which both have functions producing a leader board (roc_auc, accuracy, log loss, etc.). However, I do not find an equivalent function on Auto-PyTorch in the official documentation. I wonder if such a function exit in Auto-PyTorch?
Below I'm showing examples of leaderboard in AutoGluon and H2O AutoML.
This is actually a question rather than an issue. I also tried other AutoML frameworks such as
AutoGluon
andH2O AutoML
, which both have functions producing a leader board (roc_auc, accuracy, log loss, etc.). However, I do not find an equivalent function onAuto-PyTorch
in the official documentation. I wonder if such a function exit inAuto-PyTorch
?Below I'm showing examples of leaderboard in
AutoGluon
andH2O AutoML
.Leaderboard from
AutoGluon
:Leaderboard from
H2O AutoML
:The text was updated successfully, but these errors were encountered: