Skip to content

Commit 7d34d4b

Browse files
committed
Update Datamodel.py
1 parent e90fc6d commit 7d34d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflare/pipelines/Datamodel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def get_estimator(self):
283283

284284
def get_parameterized_node(self, node_name, **params):
285285
"""
286-
Get a parameterized node, given kwargs **params, convert this node and update the estimator with the
286+
Get a parameterized node, given kwargs params, convert this node and update the estimator with the
287287
new set of parameters. It will clone the node and its underlying estimator.
288288
289289
:param node_name: New node name

0 commit comments

Comments
 (0)