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 dc5aee3 commit 01a80b9Copy full SHA for 01a80b9
python/pyspark/ml/wrapper.py
@@ -188,8 +188,9 @@ def copy(self, extra=None):
188
"""
189
Creates a copy of this instance with the same uid and some
190
extra params. This implementation first calls Params.copy and
191
- then make a copy of the companion Java model with extra params.
192
- So both the Python wrapper and the Java model get copied.
+ then make a copy of the companion Java pipeline component with
+ extra params. So both the Python wrapper and the Java model get
193
+ copied.
194
195
:param extra: Extra parameters to copy to the new instance
196
:return: Copy of this instance
0 commit comments