h2oai / h2o-tutorials

Tutorials and training material for the H2O Machine Learning Platform
http://h2o.ai
1.48k stars 1.01k forks source link

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

Open DexiongYung opened 3 years ago

DexiongYung commented 3 years ago
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