GitHub user jmwdpk opened a pull request:
https://github.com/apache/spark/pull/19185
[Spark-21854] Added LogisticRegressionTrainingSummary for
MultinomialLogisticRegression in Python API
## What changes were proposed in this pull request?
Added LogisticRegressionTrainingSummary for MultinomialLogisticRegression
in Python API
## How was this patch tested?
Added unit test
Please review http://spark.apache.org/contributing.html before opening a
pull request.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jmwdpk/spark SPARK-21854
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/19185.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #19185
----
commit 50cfafe9e0cda8702fa43fd27ea75bfbd042268e
Author: Ming Jiang <[email protected]>
Date: 2017-09-04T04:22:33Z
added probabilityCol to LogisticRegressionSummary
commit 60579d5f36ef26f6e3ec675a795ccc86d6a71c8d
Author: Ming Jiang <[email protected]>
Date: 2017-09-05T05:08:15Z
modified LogisticRegressionSummary and LogisticRegressionModel in
classification.py
commit 1a73e6c6d20d6374379ec2fb237e7f596e77bc62
Author: Ming Jiang <[email protected]>
Date: 2017-09-07T22:39:08Z
test on multiclass summary
commit 53ac68e24731e405d44d50be70b1c25f2ab9df3d
Author: Ming Jiang <[email protected]>
Date: 2017-09-08T05:53:47Z
fixed numClasses
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]