Github user holdenk commented on a diff in the pull request:
https://github.com/apache/spark/pull/16770#discussion_r173544312
--- Diff: python/pyspark/ml/feature.py ---
@@ -565,6 +607,20 @@ def vocabulary(self):
"""
return self._call_java("vocabulary")
+ @since("2.4.0")
+ def setMinTF(self, value):
--- End diff --
If we're going to have the setters in both the model and the estimator
maybe we should consider putting it in the shared params class?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]