Github user jkbradley commented on a diff in the pull request:
https://github.com/apache/spark/pull/20058#discussion_r159028207
--- Diff: python/pyspark/ml/base.py ---
@@ -47,6 +86,28 @@ def _fit(self, dataset):
"""
raise NotImplementedError()
+ @since("2.3.0")
+ def fitMultiple(self, dataset, params):
--- End diff --
That's a good point that we could rename "params" to be clearer. How about
"paramMaps"?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]