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 6599372 commit 9ff2a0aCopy full SHA for 9ff2a0a
python/pyspark/ml/recommendation.py
@@ -338,14 +338,14 @@ def getFinalStorageLevel(self):
338
"""
339
return self.getOrDefault(self.finalStorageLevel)
340
341
- @since("2.0.0")
+ @since("2.1.0")
342
def setColdStartStrategy(self, value):
343
344
Sets the value of :py:attr:`coldStartStrategy`.
345
346
return self._set(coldStartStrategy=value)
347
348
349
def getColdStartStrategy(self):
350
351
Gets the value of coldStartStrategy or its default value.
0 commit comments