Closed qiushiyan closed 2 years ago
This PR addresses #13 to use h2o::with_no_h2o_progress (now internal) in as_h2o and h2o_start.
h2o::with_no_h2o_progress
as_h2o
h2o_start
For predictions, I added wrappers in h2o_predict.R to suppress the output progress bar and remove data objects from the server.
This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
This PR addresses #13 to use
h2o::with_no_h2o_progress
(now internal) inas_h2o
andh2o_start
.For predictions, I added wrappers in h2o_predict.R to suppress the output progress bar and remove data objects from the server.