How to suppress “Build Progress” bar when training an h2o model?

梦想的初衷 提交于 2020-01-14 09:50:30

问题


I'm tuning my parameters by testing many models, and I'm fairly annoyed that I can't do much about the "Build Progress" bars that are cluttering up my iPython Notebook. I've skimmed the docs looking for some sort of "verbose" setting to turn off, but can't find it. Is there any way to turn this off when I want to train and evaluate dozens of models at once?


回答1:


The function you're looking for is called h2o.no_progress() and it shuts off all progress bars in your session. If you search the Python module docs for "progress", you'll find it.



来源:https://stackoverflow.com/questions/46937314/how-to-suppress-build-progress-bar-when-training-an-h2o-model

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!