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-5537] Add user guide for multinomial logistic regression #4861

Closed
wants to merge 3 commits into from

Conversation

mengxr
Copy link
Contributor

@mengxr mengxr commented Mar 3, 2015

This is based on #4801 from @dbtsai. The linear method guide is re-organized a little bit for this change.

Closes #4801

@SparkQA
Copy link

SparkQA commented Mar 3, 2015

Test build #28206 has started for PR 4861 at commit 47af0ac.

  • This patch merges cleanly.

AUC is commonly used to compare the performance of various models while
precision/recall/F-measure can help determine the appropriate threshold to use
for prediction purposes.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you going to move those Evaluation metrics thing into different place? Other than that, LGTM. Gonna add more description into developer session in another PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I created a JIRA for evaluation metrics: https://issues.apache.org/jira/browse/SPARK-6129. It is hard to find a position for evaluation metrics in this guide.

@mengxr
Copy link
Contributor Author

mengxr commented Mar 3, 2015

I've merged this PR into master and branch-1.3. @dbtsai Please send new patches based on the current master.

@asfgit asfgit closed this in 9d6c5ae Mar 3, 2015
asfgit pushed a commit that referenced this pull request Mar 3, 2015
This is based on #4801 from dbtsai. The linear method guide is re-organized a little bit for this change.

Closes #4801

Author: Xiangrui Meng <meng@databricks.com>
Author: DB Tsai <dbtsai@alpinenow.com>

Closes #4861 from mengxr/SPARK-5537 and squashes the following commits:

47af0ac [Xiangrui Meng] update user guide for multinomial logistic regression
cdc2e15 [Xiangrui Meng] Merge remote-tracking branch 'apache/master' into AlpineNow-mlor-doc
096d0ca [DB Tsai] first commit

(cherry picked from commit 9d6c5ae)
Signed-off-by: Xiangrui Meng <meng@databricks.com>
@SparkQA
Copy link

SparkQA commented Mar 3, 2015

Test build #28206 has finished for PR 4861 at commit 47af0ac.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • [multiclass classification](http://en.wikipedia.org/wiki/Multiclass_classification).
    • public class MultinomialLogisticRegressionExample

@AmplabJenkins
Copy link

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/28206/
Test FAILed.

@mengxr
Copy link
Contributor Author

mengxr commented Mar 3, 2015

This PR contains only doc changes. The failed test is a known flakey test.

asfgit pushed a commit that referenced this pull request Mar 3, 2015
…ression

Adding more description on top of #4861.

Author: DB Tsai <dbtsai@alpinenow.com>

Closes #4866 from dbtsai/doc and squashes the following commits:

37e9d07 [DB Tsai] doc
asfgit pushed a commit that referenced this pull request Mar 3, 2015
…ression

Adding more description on top of #4861.

Author: DB Tsai <dbtsai@alpinenow.com>

Closes #4866 from dbtsai/doc and squashes the following commits:

37e9d07 [DB Tsai] doc

(cherry picked from commit b196056)
Signed-off-by: Xiangrui Meng <meng@databricks.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants