tidymodels / agua

Create and evaluate models using 'tidymodels' and 'h2o'
https://agua.tidymodels.org
Other
21 stars 2 forks source link

Suppress h2o progress bar #15

Closed qiushiyan closed 2 years ago

qiushiyan commented 2 years ago

This PR addresses #13 to use h2o::with_no_h2o_progress (now internal) in as_h2o and h2o_start.

For predictions, I added wrappers in h2o_predict.R to suppress the output progress bar and remove data objects from the server.

github-actions[bot] commented 1 year ago

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.