Skip to content

Commit

Permalink
remove version info for getSeed
Browse files Browse the repository at this point in the history
  • Loading branch information
huaxingao committed Jan 14, 2020
1 parent 882e158 commit 8d1fdcd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion python/pyspark/ml/classification.py
Expand Up @@ -1311,7 +1311,6 @@ def setCheckpointInterval(self, value):
"""
return self._set(checkpointInterval=value)

@since("1.6.0")
def setSeed(self, value):
"""
Sets the value of :py:attr:`seed`.
Expand Down
1 change: 0 additions & 1 deletion python/pyspark/ml/regression.py
Expand Up @@ -930,7 +930,6 @@ def setCheckpointInterval(self, value):
"""
return self._set(checkpointInterval=value)

@since("1.6.0")
def setSeed(self, value):
"""
Sets the value of :py:attr:`seed`.
Expand Down

0 comments on commit 8d1fdcd

Please sign in to comment.