Github user holdenk commented on a diff in the pull request:
https://github.com/apache/spark/pull/12491#discussion_r82482185
--- Diff: python/pyspark/ml/classification.py ---
@@ -273,6 +273,10 @@ def evaluate(self, dataset):
java_blr_summary = self._call_java("evaluate", dataset)
return BinaryLogisticRegressionSummary(java_blr_summary)
+ @since("2.0.0")
+ def __repr__(self):
--- End diff --
It might make sense to include this in the docstring since it might be
useful for people to see how to use it :)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]