H2O Python H2OModelSelectionEstimator
I want to try H2O's Model Selection function in Python, but cannot load the library for some reason. The following code failed:
from h2o.estimators import H2OModelSelectionEstimator
Error message:
cannot import name 'H2OModelSelectionEstimator' from 'h2o.estimators'
Other H2O libraries like H2OGeneralizedLinearEstimator worked fine for me though
https://docs.h2o.ai/h2o/latest-stable/h2o-docs/data-science/model_selection.html
Category Data Science