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 6002b92 commit 4e95ecbCopy full SHA for 4e95ecb
python/pyspark/ml/classification.py
@@ -1344,8 +1344,8 @@ def _transform(self, dataset):
1344
def copy(self, extra=None):
1345
"""
1346
Creates a copy of this instance with a randomly generated uid
1347
- and some extra params. This copies creates a deep copy of
1348
- the embedded paramMap, and copies the embedded and extra parameters over.
+ and some extra params. This creates a deep copy of the embedded paramMap,
+ and copies the embedded and extra parameters over.
1349
1350
:param extra: Extra parameters to copy to the new instance
1351
:return: Copy of this instance
0 commit comments