Search code examples
pythonh2ogbm

DeprecationWarning: `h2o.gbm` is deprecated. Use the estimators sub module to build an H2OGradientBoostedEstimator


When running a gbm model using h2o 3.6.0.8 in Python I get the following warning:

DeprecationWarning: h2o.gbm is deprecated. Use the estimators sub module to build an H2OGradientBoostedEstimator.

I have been looking for an example on how to build a H2OGradientBoostedEstimator but with no success. Could you please direct to the right path?

Thanks


Solution

  • There are examples in the H2O GBM Vignette.