[GitHub] spark pull request #12491: [SPARK-14712][ML]spark.ml.LogisticRegressionModel...

2017-05-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/12491 --- 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

[GitHub] spark pull request #12491: [SPARK-14712][ML]spark.ml.LogisticRegressionModel...

2016-10-07 Thread holdenk
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 =

[GitHub] spark pull request #12491: [SPARK-14712][ML]spark.ml.LogisticRegressionModel...

2016-10-07 Thread holdenk
Github user holdenk commented on a diff in the pull request: https://github.com/apache/spark/pull/12491#discussion_r82482033 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/LogisticRegression.scala --- @@ -625,6 +625,13 @@ class LogisticRegressionModel