h2o-3 icon indicating copy to clipboard operation
h2o-3 copied to clipboard

Grid Search in Flow doesn't Match Grid Search in R/Python

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

For the [gbmTuning.flow|https://github.com/h2oai/h2o-3/blob/master/h2o-docs/src/product/flow/packs/examples/GBM_TuningGuide.flow] notebook compared to the R [gbmTuning.RD|https://github.com/h2oai/h2o-3/blob/master/h2o-docs/src/product/tutorials/gbm/gbmTuning.Rmd] or Python [gbmTuning.ipynb | https://github.com/h2oai/h2o-3/blob/master/h2o-docs/src/product/tutorials/gbm/gbmTuning.ipynb] guides:

when you run grid search with {code} strategy = RandomDiscrete {code} Flow does not return the same set of models as Python or R (which match up), it also doesn't produce the same results with multiple runs even if a seed is set and h2o is shutdown and started up again.

Log files from a fresh run of flow and python are attached as well as screen shots from the max_depth grid search and the final grid search.

original jira ticket: https://0xdata.atlassian.net/browse/PUBDEV-2976

exalate-issue-sync[bot] avatar May 15 '23 22:05 exalate-issue-sync[bot]

JIRA Issue Migration Info

Jira Issue: PUBDEV-3213 Assignee: UNASSIGNED Reporter: Lauren DiPerna State: Open Fix Version: N/A Attachments: Available (Count: 7) Development PRs: N/A

Attachments From Jira

Attachment Name: flow_final_grid_search.png Attached By: Lauren DiPerna File Link:https://h2o-3-jira-github-migration.s3.amazonaws.com/PUBDEV-3213/flow_final_grid_search.png

Attachment Name: flow_logs.zip Attached By: Lauren DiPerna File Link:https://h2o-3-jira-github-migration.s3.amazonaws.com/PUBDEV-3213/flow_logs.zip

Attachment Name: flow_max_depth_grid.png Attached By: Lauren DiPerna File Link:https://h2o-3-jira-github-migration.s3.amazonaws.com/PUBDEV-3213/flow_max_depth_grid.png

Attachment Name: python_auc_final_grid_search.png Attached By: Lauren DiPerna File Link:https://h2o-3-jira-github-migration.s3.amazonaws.com/PUBDEV-3213/python_auc_final_grid_search.png

Attachment Name: python_logs.zip Attached By: Lauren DiPerna File Link:https://h2o-3-jira-github-migration.s3.amazonaws.com/PUBDEV-3213/python_logs.zip

Attachment Name: python_max_depth_grid.png Attached By: Lauren DiPerna File Link:https://h2o-3-jira-github-migration.s3.amazonaws.com/PUBDEV-3213/python_max_depth_grid.png

Attachment Name: python_model_ids_final_grid_search.png Attached By: Lauren DiPerna File Link:https://h2o-3-jira-github-migration.s3.amazonaws.com/PUBDEV-3213/python_model_ids_final_grid_search.png

hasithjp avatar May 22 '23 14:05 hasithjp