'H2OAutoML' object has no attribute 'explain'
Description
Hello
Not sure where to raise an issue and not too familiar with Jira.
I recently installed h2o for python through here.
I followed the examples for h2o explain
and got the error
How to proceed?
Best, Hud
Activity
Thanks for the heads up – i have confirmed that pip install h2o does not give the latest version. We will make sure that gets fixed ASAP. As Seb suggested above, you can install from our website. Direct command below:
pip install http://h2o-release.s3.amazonaws.com/h2o/rel-zermelo/1/Python/h2o-3.32.0.1-py2.py3-none-any.whl
I figured it was the version just couldn’t find the right installer. Thanks Sebastien.
h2o.explain is only available since version 3.32.0.1.
Please upgrade your Python package following https://h2o-release.s3.amazonaws.com/h2o/rel-zermelo/1/index.html
Currently checking why this version is not available in PyPi yet.