[SPARK-10061] [DOC] ML ensemble docs#8369
Closed
jkbradley wants to merge 5 commits into
Closed
Conversation
Member
Author
|
Note: This is blocked by [https://github.com//pull/8367] |
|
Test build #41393 has finished for PR 8369 at commit
|
e054358 to
42f4f2a
Compare
Member
Author
|
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
|
Contributor
|
Looks good! |
Contributor
|
LGTM except some minor comments. |
5598f46 to
31deedf
Compare
Member
Author
|
OK I think that does it. Thanks for reviewing! |
|
Test build #41476 has finished for PR 8369 at commit
|
asfgit
pushed a commit
that referenced
this pull request
Aug 24, 2015
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>
Contributor
|
Merged into master and branch-1.5. Thanks! |
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 free
to 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.
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