-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-7647][MLLIB] Add weights and intercept to GLM wrappers in spark.ml #6156
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
|
Merged build triggered. |
|
Merged build started. |
|
Test build #32732 has started for PR 6156 at commit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apache GitHub is out of sync. So please ignore this one.
|
LGTM |
|
Test build #32732 timed out for PR 6156 at commit |
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
|
Merged build triggered. |
|
Merged build started. |
|
Test build #32745 has started for PR 6156 at commit |
|
Test build #32745 has finished for PR 6156 at commit
|
|
Merged build finished. Test PASSed. |
|
Test PASSed. |
…rk.ml Otherwise, users can only use `transform` on the models. brkyvz Author: Xiangrui Meng <[email protected]> Closes #6156 from mengxr/SPARK-7647 and squashes the following commits: 1ae3d2d [Xiangrui Meng] add weights and intercept to LogisticRegression in Python f49eb46 [Xiangrui Meng] add weights and intercept to LinearRegressionModel (cherry picked from commit 723853e) Signed-off-by: Xiangrui Meng <[email protected]>
|
Merged into master and branch-1.4. |
…rk.ml Otherwise, users can only use `transform` on the models. brkyvz Author: Xiangrui Meng <[email protected]> Closes apache#6156 from mengxr/SPARK-7647 and squashes the following commits: 1ae3d2d [Xiangrui Meng] add weights and intercept to LogisticRegression in Python f49eb46 [Xiangrui Meng] add weights and intercept to LinearRegressionModel
…rk.ml Otherwise, users can only use `transform` on the models. brkyvz Author: Xiangrui Meng <[email protected]> Closes apache#6156 from mengxr/SPARK-7647 and squashes the following commits: 1ae3d2d [Xiangrui Meng] add weights and intercept to LogisticRegression in Python f49eb46 [Xiangrui Meng] add weights and intercept to LinearRegressionModel
…rk.ml Otherwise, users can only use `transform` on the models. brkyvz Author: Xiangrui Meng <[email protected]> Closes apache#6156 from mengxr/SPARK-7647 and squashes the following commits: 1ae3d2d [Xiangrui Meng] add weights and intercept to LogisticRegression in Python f49eb46 [Xiangrui Meng] add weights and intercept to LinearRegressionModel
Otherwise, users can only use
transformon the models. @brkyvz