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 e90fc6d commit 7d34d4bCopy full SHA for 7d34d4b
codeflare/pipelines/Datamodel.py
@@ -283,7 +283,7 @@ def get_estimator(self):
283
284
def get_parameterized_node(self, node_name, **params):
285
"""
286
- Get a parameterized node, given kwargs **params, convert this node and update the estimator with the
+ Get a parameterized node, given kwargs params, convert this node and update the estimator with the
287
new set of parameters. It will clone the node and its underlying estimator.
288
289
:param node_name: New node name
0 commit comments