Github user yanboliang commented on a diff in the pull request:
https://github.com/apache/spark/pull/19185#discussion_r138045070
--- Diff: python/pyspark/ml/classification.py ---
@@ -529,8 +529,11 @@ def summary(self):
"""
if self.hasSummary:
java_blrt_summary = self._call_java("summary")
--- End diff --
Rename this to ```java_lrt_summary```, as it's not always _binary_ logistic
regression.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]