We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc3494 commit b11067fCopy full SHA for b11067f
codeflare/pipelines/tests/test_and.py
@@ -9,10 +9,13 @@
9
from codeflare.pipelines.Datamodel import XYRef
10
from codeflare.pipelines.Runtime import ExecutionType
11
12
-class FeatureUnion(dm.AndTransform):
+class FeatureUnion(dm.AndEstimator):
13
def __init__(self):
14
pass
15
16
+ def get_estimator_type(self):
17
+ return 'transform'
18
+
19
def transform(self, xy_list):
20
X_list = []
21
y_vec = None
codeflare/pipelines/tests/test_multibranch.py
@@ -14,7 +14,7 @@
0 commit comments