-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-17317][SparkR] Add SparkR vignette to branch 2.0 #15100
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
…lgorithms. Add Windows-specific workaround.
|
|
||
| ## Machine Learning | ||
|
|
||
| SparkR supports the following machine learning models and algorithms. |
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.
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
|
Test build #65384 has finished for PR 15100 at commit
|
|
Test build #65425 has finished for PR 15100 at commit
|
shivaram
left a comment
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.
Thanks @junyangq - LGTM
|
Merging this into branch-2.0 |
## 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.
|
@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 ? |
|
Sure, thanks @shivaram |
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.