弃用警告:`h2o.gbm` 已弃用。使用 estimators 子模块构建 H2OGradientBoostedEstimator
DeprecationWarning: `h2o.gbm` is deprecated. Use the estimators sub module to build an H2OGradientBoostedEstimator
当 运行 在 Python 中使用 h2o 3.6.0.8 的 gbm 模型时,我收到以下警告:
DeprecationWarning: h2o.gbm
is deprecated. Use the estimators sub module to build an H2OGradientBoostedEstimator.
我一直在寻找有关如何构建 H2OGradientBoostedEstimator 的示例,但没有成功。能否请您指点正确的路径?
谢谢
H2O GBM Vignette中有例子。
当 运行 在 Python 中使用 h2o 3.6.0.8 的 gbm 模型时,我收到以下警告:
DeprecationWarning:
h2o.gbm
is deprecated. Use the estimators sub module to build an H2OGradientBoostedEstimator.
我一直在寻找有关如何构建 H2OGradientBoostedEstimator 的示例,但没有成功。能否请您指点正确的路径?
谢谢
H2O GBM Vignette中有例子。