any one else unable to load the H2OAutoML library in python2.7 and/or 3.6?
I've tried these (alternatives) as per the example on http://h2o-release.s3.amazonaws.com/h2o/master/3888/docs-website/h2o-docs/automl.html, however neither imports successfully load the AutoML Library? That is, I've tried from h2o.AutoML import H2OAutoML (or from h2o.automl import H2OAutoML).
Any help is appreciated.