Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-18633][ML][Example]: Add multiclass logistic regression summary python example and document #16064

Closed
wants to merge 1 commit into from

Conversation

wangmiao1981
Copy link
Contributor

What changes were proposed in this pull request?

Logistic Regression summary is added in Python API. We need to add example and document for summary.

The newly added example is consistent with Scala and Java examples.

How was this patch tested?

Manually tests: Run the example with spark-submit; copy & paste code into pyspark; build document and check the document.

@SparkQA
Copy link

SparkQA commented Nov 29, 2016

Test build #69344 has finished for PR 16064 at commit 7040089.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@wangmiao1981
Copy link
Contributor Author

cc @sethah @yanboliang @MLnick

@jkbradley
Copy link
Member

LGTM I just tested it locally
I'll rerun tests before merging

test this please

@jkbradley
Copy link
Member

Hm maybe Jenkins is busy. Well this seems safe to merge, so I'll go ahead. Thanks a lot!
Merging with master and branch-2.1

asfgit pushed a commit that referenced this pull request Dec 8, 2016
… python example and document

## What changes were proposed in this pull request?
Logistic Regression summary is added in Python API. We need to add example and document for summary.

The newly added example is consistent with Scala and Java examples.

## How was this patch tested?

Manually tests: Run the example with spark-submit; copy & paste code into pyspark; build document and check the document.

Author: [email protected] <[email protected]>

Closes #16064 from wangmiao1981/py.

(cherry picked from commit aad1120)
Signed-off-by: Joseph K. Bradley <[email protected]>
@asfgit asfgit closed this in aad1120 Dec 8, 2016
robert3005 pushed a commit to palantir/spark that referenced this pull request Dec 15, 2016
… python example and document

## What changes were proposed in this pull request?
Logistic Regression summary is added in Python API. We need to add example and document for summary.

The newly added example is consistent with Scala and Java examples.

## How was this patch tested?

Manually tests: Run the example with spark-submit; copy & paste code into pyspark; build document and check the document.

Author: [email protected] <[email protected]>

Closes apache#16064 from wangmiao1981/py.
uzadude pushed a commit to uzadude/spark that referenced this pull request Jan 27, 2017
… python example and document

## What changes were proposed in this pull request?
Logistic Regression summary is added in Python API. We need to add example and document for summary.

The newly added example is consistent with Scala and Java examples.

## How was this patch tested?

Manually tests: Run the example with spark-submit; copy & paste code into pyspark; build document and check the document.

Author: [email protected] <[email protected]>

Closes apache#16064 from wangmiao1981/py.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants