Uh oh!
There was an error while loading. Please reload this page.
[SPARK-17317][SparkR] Add SparkR vignette to branch 2.0 - #15100
Closed
junyangq wants to merge 15 commits into
Closed
[SPARK-17317][SparkR] Add SparkR vignette to branch 2.0#15100junyangq wants to merge 15 commits into
junyangq wants to merge 15 commits into
Conversation
…lgorithms. Add Windows-specific workaround.
| ## Machine Learning | ||
| SparkR supports the following machine learning models and algorithms. |
Contributor
There was a problem hiding this comment.
This might need to be revised as not all of these are available in 2.0.0. Can we reframe this to put some version numbers next to each algorithm or something like that ?
cc @felixcheung to see if there are any other ideas
SparkQA
commented
Sep 14, 2016
Test build #65384 has finished for PR 15100 at commit
|
SparkQA
commented
Sep 15, 2016
Test build #65425 has finished for PR 15100 at commit
|
shivaram
approved these changes
Sep 15, 2016
shivaram
commented
Sep 15, 2016
Contributor
Merging this into branch-2.0 |
asfgit pushed a commit
that referenced
this pull request
Sep 15, 2016
## What changes were proposed in this pull request? This PR adds SparkR vignette to branch 2.0, which works as a friendly guidance going through the functionality provided by SparkR. ## How was this patch tested? R unit test. Author: junyangq <qianjunyang@gmail.com> Author: Shivaram Venkataraman <shivaram@cs.berkeley.edu> Author: Junyang Qian <junyangq@databricks.com> Closes#15100 from junyangq/SPARKR-vignette-2.0.
shivaram
commented
Sep 15, 2016
Contributor
@junyangq We need to manually close this PR as github doesn't pick up commits not merged to master. Can you close this when you get a chance ? |
junyangq
commented
Sep 16, 2016
ContributorAuthor
Sure, thanks @shivaram |
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?
This PR adds SparkR vignette to branch 2.0, which works as a friendly guidance going through the functionality provided by SparkR.
How was this patch tested?
R unit test.