Skip to content

Commit

Permalink
Added support for the 'H2OExtendedIsolationForestEstimator' model type
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed May 5, 2024
1 parent 92273ba commit b6ef2c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ Java library and command-line application for converting [Scikit-Learn](https://

Examples: [main-h2o.py](https://github.com/jpmml/jpmml-sklearn/blob/master/pmml-sklearn-h2o/src/test/resources/main-h2o.py)

* [`h2o.estimators.extended_isolation_forest.H2OExtendedIsolationForestEstimator`](https://docs.h2o.ai/h2o/latest-stable/h2o-py/docs/modeling.html#h2oextendedisolationforestestimator)
* [`h2o.estimators.gbm.H2OGradientBoostingEstimator`](https://docs.h2o.ai/h2o/latest-stable/h2o-py/docs/modeling.html#h2ogradientboostingestimator)
* [`h2o.estimators.glm.H2OGeneralizedLinearEstimator`](https://docs.h2o.ai/h2o/latest-stable/h2o-py/docs/modeling.html#h2ogeneralizedlinearestimator)
* [`h2o.estimators.isolation_forest.H2OIsolationForestEstimator`](https://docs.h2o.ai/h2o/latest-stable/h2o-py/docs/modeling.html#h2oisolationforestestimator)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
h2o.estimators.extended_isolation_forest.H2OExtendedIsolationForestEstimator = h2o.estimators.H2OEstimator
h2o.estimators.gbm.H2OGradientBoostingEstimator = h2o.estimators.H2OEstimator
h2o.estimators.glm.H2OGeneralizedLinearEstimator = h2o.estimators.H2OEstimator
h2o.estimators.isolation_forest.H2OIsolationForestEstimator = h2o.estimators.H2OEstimator
Expand Down

0 comments on commit b6ef2c1

Please sign in to comment.