Uh oh!
There was an error while loading. Please reload this page.
[SPARK-16137][SPARKR] randomForest for R - #15607
Closed
felixcheung wants to merge 6 commits into
Closed
Conversation
SparkQA
commented
Oct 24, 2016
Test build #67438 has finished for PR 15607 at commit
|
SparkQA
commented
Oct 24, 2016
Test build #67441 has finished for PR 15607 at commit
|
felixcheung
commented
Oct 24, 2016
MemberAuthor
Hmm, it works fine with maybe it is the older version on Jenkins? |
SparkQA
commented
Oct 24, 2016
Test build #67442 has finished for PR 15607 at commit
|
SparkQA
commented
Oct 24, 2016
Test build #67443 has finished for PR 15607 at commit
|
SparkQA
commented
Oct 24, 2016
Test build #67476 has finished for PR 15607 at commit
|
felixcheung
commented
Oct 25, 2016
MemberAuthor
@yanboliang@mengxr would love your review. thanks. |
felixcheungforce-pushed
the
rrandomforest
branch
from
October 27, 2016 06:31
19ad285 to
a4081d4CompareSparkQA
commented
Oct 27, 2016
Test build #67628 has finished for PR 15607 at commit
|
SparkQA
commented
Oct 27, 2016
Test build #67629 has finished for PR 15607 at commit
|
felixcheung
commented
Oct 30, 2016
MemberAuthor
merged to master. |
robert3005 pushed a commit
to palantir/spark
that referenced
this pull request
Nov 1, 2016
## What changes were proposed in this pull request? Random Forest Regression and Classification for R Clean-up/reordering generics.R ## How was this patch tested? manual tests, unit tests Author: Felix Cheung <felixcheung_m@hotmail.com> Closesapache#15607 from felixcheung/rrandomforest.
uzadude pushed a commit
to uzadude/spark
that referenced
this pull request
Jan 27, 2017
## What changes were proposed in this pull request? Random Forest Regression and Classification for R Clean-up/reordering generics.R ## How was this patch tested? manual tests, unit tests Author: Felix Cheung <felixcheung_m@hotmail.com> Closesapache#15607 from felixcheung/rrandomforest.
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.
What changes were proposed in this pull request?
Random Forest Regression and Classification for R
Clean-up/reordering generics.R
How was this patch tested?
manual tests, unit tests