-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-15172][ML] Explicitly tell user initial coefficients is ignored when size mismatch happened in LogisticRegression #12948
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
Conversation
|
Jenkins test this please |
|
Seems OK to me. This is too trivial for a JIRA, but could have a better title here |
|
Test build #57973 has finished for PR 12948 at commit
|
|
Jenkins retest this please |
|
Test build #58097 has finished for PR 12948 at commit
|
|
Jenkins retest this please |
1 similar comment
|
Jenkins retest this please |
|
Jenkins add to whitelist |
|
Test build #58129 has finished for PR 12948 at commit
|
|
Merged to master |
|
Merged into branch-2.0 as well. |
…d when size mismatch happened in LogisticRegression ## What changes were proposed in this pull request? Explicitly tell user initial coefficients is ignored if its size doesn't match expected size in LogisticRegression ## How was this patch tested? local build Author: dding3 <dingding@dingding-ubuntu.sh.intel.com> Closes #12948 from dding3/master. (cherry picked from commit a78fbfa) Signed-off-by: Xiangrui Meng <meng@databricks.com>
What changes were proposed in this pull request?
Explicitly tell user initial coefficients is ignored if its size doesn't match expected size in LogisticRegression
How was this patch tested?
local build