From c29e84fc42816e84d9fdeb35419073dacac353c2 Mon Sep 17 00:00:00 2001 From: sebhrusen Date: Fri, 2 Feb 2024 17:17:42 +0100 Subject: [PATCH] remove Pipeline from sklearn estimators support --- h2o-py/h2o/sklearn/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/h2o-py/h2o/sklearn/__init__.py b/h2o-py/h2o/sklearn/__init__.py index dd5157884a7c..14f4f0d4ffef 100644 --- a/h2o-py/h2o/sklearn/__init__.py +++ b/h2o-py/h2o/sklearn/__init__.py @@ -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.