h2oai / h2o-3

H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM) & XGBoost, Random Forest, Generalized Linear Modeling (GLM with Elastic Net), K-Means, PCA, Generalized Additive Models (GAM), RuleFit, Support Vector Machine (SVM), Stacked Ensembles, Automatic Machine Learning (AutoML), etc.
http://h2o.ai
Apache License 2.0
6.89k stars 2k forks source link

In grid createSummaryTable does not sort by the metric #11766

Open exalate-issue-sync[bot] opened 1 year ago

exalate-issue-sync[bot] commented 1 year ago

{code:java} val mKeys = grid.getModelKeys(); scala> val tt = grid.createSummaryTable(mKeys, "logloss", false); tt: water.util.TwoDimTable = Hyper-Parameter Search Summary (ordered by increasing logloss): _ntrees _max_depth model_ids logloss 1 1 Grid_GBM_year20051.hex_model_1504807513157_1_model_0 0.5656834810538319 2 2 Grid_GBM_year20051.hex_model_1504807513157_1_model_3 0.4898982737204194 1 2 Grid_GBM_year20051.hex_model_1504807513157_1_model_2 0.5656834810538319 2 5 Grid_GBM_year20051.hex_model_1504807513157_1_model_5 0.4898982737204194 1 5 Grid_GBM_year20051.hex_model_1504807513157_1_model_4 0.5656834810538319 2 1 Grid_GBM_year20051.hex_model_1504807513157_1_model_1 0.4898982737204194

{code}

exalate-issue-sync[bot] commented 1 year ago

Jakub Hava commented: [~accountid:557058:5bcbac08-75cf-4c6b-b4d2-294f7c0fe9b8] Moved this to H2O. Even though it was reported in Sparkling Water this is purely H2O related

hasithjp commented 1 year ago

JIRA Issue Migration Info

Jira Issue: PUBDEV-5021 Assignee: Michal Malohlava Reporter: Nidhi Mehta State: Open Fix Version: N/A Attachments: N/A Development PRs: N/A