-
-
Save laresbernardo/e6c1cf9f0992fee1ac25974c92ede2ea to your computer and use it in GitHub Desktop.
autoML_classification
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Quick question to you:
When I try to run the last command in your cell 11:
metalearner = h2o.get_model(aml.leader.metalearner()['name'])
in my own notebook, I get this:
AttributeError: type object 'H2OGradientBoostingEstimator' has no attribute 'metalearne
Has this happened to you and, if so, how did you fix it?
Thanks.