h2o-tutorials icon indicating copy to clipboard operation
h2o-tutorials copied to clipboard

AttributeError: module 'h2o' has no attribute 'init'

Open DexiongYung opened this issue 4 years ago • 0 comments

import h2o
h2o.init()
from h2o.estimators.glm import H2OGeneralizedLinearEstimator

I tried running this and got the error in the title. Here is my Python 3.6.8 virtual env

certifi==2020.12.5
chardet==4.0.0
colorama==0.4.4
future==0.18.2
h2o==3.32.0.2
idna==2.10
pkg-resources==0.0.0
requests==2.25.1
tabulate==0.8.7
urllib3==1.26.2

DexiongYung avatar Dec 28 '20 04:12 DexiongYung