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
Is your feature request related to a problem? Please describe.
h2o's python package supports S3 paths in h2o.save_grid yet h2o.load_grid throws a "Not Implemented Error". The same is true for the corresponding R package functions. It seems like you should be able to save/load from the same paths like you can do for non-grid model objects.
Describe the solution you'd like
Implement S3 path support for h2o.load_grid and h2o.loadGrid.
Describe alternatives you've considered
Manually copy the grid files to a temporary file storage then apply h2o.load_grid.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
h2o's python package supports S3 paths in
h2o.save_grid
yeth2o.load_grid
throws a "Not Implemented Error". The same is true for the corresponding R package functions. It seems like you should be able to save/load from the same paths like you can do for non-grid model objects.Describe the solution you'd like
Implement S3 path support for
h2o.load_grid
andh2o.loadGrid
.Describe alternatives you've considered
Manually copy the grid files to a temporary file storage then apply
h2o.load_grid
.The text was updated successfully, but these errors were encountered: