Closed exalate-issue-sync[bot] closed 1 year ago
Navdeep commented: Current blocker is referenced above. Essentially, fold assignment is required for stacked ensembles, but cannot be used when fold_column is set. This constraint needs to be relaxed.
JIRA Issue Migration Info
Jira Issue: PUBDEV-4423 Assignee: Raymond Peck Reporter: Erin LeDell State: Closed Fix Version: 3.10.5.1 Attachments: N/A Development PRs: Available
Linked PRs from JIRA
https://github.com/h2oai/h2o-3/pull/1155 https://github.com/h2oai/h2o-3/pull/1159
In AutoML, we need to pipe through the fold_column and weights_column arguments and expose them at the user/client level.
fold_column
argument is useful for pooled-repeated measures data (to avoid leakage across CV folds)This is not part of the AutoML REST API, so it will have to be added and piped through on the backend before we can add it to R/Py. Once this is done on the backend, we can create a new ticket to add this to the R and Python APIs.