Skip to content

Commit

Permalink
update since tags in python
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Pentreath committed Aug 10, 2016
1 parent 6599372 commit 9ff2a0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/pyspark/ml/recommendation.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,14 +338,14 @@ def getFinalStorageLevel(self):
"""
return self.getOrDefault(self.finalStorageLevel)

@since("2.0.0")
@since("2.1.0")
def setColdStartStrategy(self, value):
"""
Sets the value of :py:attr:`coldStartStrategy`.
"""
return self._set(coldStartStrategy=value)

@since("2.0.0")
@since("2.1.0")
def getColdStartStrategy(self):
"""
Gets the value of coldStartStrategy or its default value.
Expand Down

0 comments on commit 9ff2a0a

Please sign in to comment.