Uh oh!
There was an error while loading. Please reload this page.
[SPARK-11521] [ML] [DOC] Document that Logistic, Linear Regression summaries ignore weight col - #9927
Closed
jkbradley wants to merge 1 commit into
Closed
[SPARK-11521] [ML] [DOC] Document that Logistic, Linear Regression summaries ignore weight col#9927jkbradley wants to merge 1 commit into
jkbradley wants to merge 1 commit into
Conversation
SparkQA
commented
Nov 24, 2015
Test build #46584 has finished for PR 9927 at commit
|
mengxr
commented
Nov 24, 2015
Contributor
LGTM. Merged into master and branch-1.6. Thanks! |
asfgit pushed a commit
that referenced
this pull request
Nov 24, 2015
…aries ignore weight col Doc for 1.6 that the summaries mostly ignore the weight column. To be corrected for 1.7 CC: mengxr thunterdb Author: Joseph K. Bradley <joseph@databricks.com> Closes#9927 from jkbradley/linregsummary-doc. (cherry picked from commit 9e24ba6) Signed-off-by: Xiangrui Meng <meng@databricks.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Doc for 1.6 that the summaries mostly ignore the weight column.
To be corrected for 1.7
CC: @mengxr@thunterdb