tidymodels / agua

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

use h2o::with_no_h2o_progress #13

Closed topepo closed 1 year ago

topepo commented 2 years ago

In the very latest h2o version, they have this function documented ~exported~. This should stop the progress bars and some other output.

edit: @ledell @tomasfryda Was the function supposed to be exported (since it is documented)?

tomasfryda commented 2 years ago

@topepo This function will be exported in the next major release (possibly sooner if necessary). The name of that function will likely change from with_no_h2o_progress to h2o.with_no_h2o_progress. I have already a PR to export it (https://github.com/h2oai/h2o-3/pull/6206). Once merged, I will let you know the final choice of the function name and when it will likely get released.

ledell commented 2 years ago

@topepo This is working now -- we modified the h2o.no_progress() and h2o.show_progress() functions so that you can just use that around any H2O function to turn on/off progress bars. Available on the nightly releases from master: https://h2o-release.s3.amazonaws.com/h2o/master/latest.html

qiushiyan commented 2 years ago

@ledell Could we expect a new cran version any time soon?

ledell commented 2 years ago

@qiushiyan The current ETA is early August.

github-actions[bot] commented 1 year ago

This issue 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.