-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-10061] [DOC] ML ensemble docs #8369
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
|
Note: This is blocked by [https://github.com//pull/8367] |
|
Test build #41393 has finished for PR 8369 at commit
|
e054358 to
42f4f2a
Compare
|
Rebased to include GBT fix in master. |
|
Test build #41395 has finished for PR 8369 at commit
|
|
Test build #41433 has finished for PR 8369 at commit
|
|
Looks good! |
docs/ml-decision-tree.md
Outdated
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.
space after []
|
LGTM except some minor comments. |
5598f46 to
31deedf
Compare
|
OK I think that does it. Thanks for reviewing! |
|
Test build #41476 has finished for PR 8369 at commit
|
User guide for spark.ml GBTs and Random Forests. The examples are copied from the decision tree guide and modified to run. I caught some issues I had somehow missed in the tree guide as well. I have run all examples, including Java ones. (Of course, I thought I had previously as well...) CC: mengxr manishamde yanboliang Author: Joseph K. Bradley <joseph@databricks.com> Closes #8369 from jkbradley/ml-ensemble-docs. (cherry picked from commit 13db11c) Signed-off-by: Xiangrui Meng <meng@databricks.com>
|
Merged into master and branch-1.5. Thanks! |
User guide for spark.ml GBTs and Random Forests.
The examples are copied from the decision tree guide and modified to run.
I caught some issues I had somehow missed in the tree guide as well.
I have run all examples, including Java ones. (Of course, I thought I had previously as well...)
CC: @mengxr @manishamde @yanboliang