Skip to content

Commit

Permalink
remove Pipeline from sklearn estimators support
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhrusen committed Feb 2, 2024
1 parent 4d0bae2 commit 73683e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions h2o-py/h2o/sklearn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ def h2o_connection(**init_args):
_excluded_estimators = ( # e.g. abstract classes
'H2OEstimator',
'H2OTransformer',
'H2OPipeline',
'H2OInfogram',
'H2OANOVAGLMEstimator', # fully disabled as it does not support `predict` method.
'H2OModelSelectionEstimator', # fully disabled as it does no support `predict` method.
Expand Down

0 comments on commit 73683e6

Please sign in to comment.