Python: h2o 详细文档

Python: h2o detailed documentation

我现在感觉真的很蠢,但是,我在最后 15 分钟内处理的是我想找到详细的 h2o 文档。

我的问题是我有 h2o.save_model() 方法,我想知道使用哪些参数以及如何使用。所以,我写了"python h2o.save_model()"到Google and I was expecting something similar to this in case of writing "python pandas.DataFrame.groupby". However, the only link I found is this one,其中没有提供一个方法的详细描述。

我做错了什么?是否存在详细的 h2o 文档?如果是这样,你能给我一个link吗?

我想这就是您要查找的内容:http://docs.h2o.ai/h2o/latest-stable/h2o-py/docs/h2o.html#h2o.save_model

另请注意,您可以从 http://docs.h2o.ai/h2o/latest-stable/h2o-docs/api-reference.html 访问客户文档(同意它有点隐藏...)。

与任何其他 Python 函数一样,您也可以使用 Python repl 中的 help(h2o.save_model),或 IPython/Jupyter.[=14 中的 h2o.save_model?? =]