-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-18795][ML][SPARKR][DOC] Added KSTest section to SparkR vignettes #16283
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
R/pkg/vignettes/sparkr-vignettes.Rmd
Outdated
| afMean <- afStats[1] | ||
| afStd <- afStats[2] | ||
| test <- spark.kstest(df, "Armed_Forces", "norm", c(afMean,afStd)) |
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.
nit, space in c(afMean, afStd) for style
|
LGTM, minor style comment |
|
OK thanks! I'll merge after tests pass. |
|
Test build #70147 has finished for PR 16283 at commit
|
|
Merging with master and branch-2.1 |
## What changes were proposed in this pull request? Added short section for KSTest. Also added logreg model to list of ML models in vignette. (This will be reorganized under SPARK-18849)  ## How was this patch tested? Manually tested example locally. Built vignettes locally. Author: Joseph K. Bradley <[email protected]> Closes #16283 from jkbradley/ksTest-vignette. (cherry picked from commit 7862742) Signed-off-by: Joseph K. Bradley <[email protected]>
|
Test build #70150 has finished for PR 16283 at commit
|
## What changes were proposed in this pull request? Added short section for KSTest. Also added logreg model to list of ML models in vignette. (This will be reorganized under SPARK-18849)  ## How was this patch tested? Manually tested example locally. Built vignettes locally. Author: Joseph K. Bradley <[email protected]> Closes apache#16283 from jkbradley/ksTest-vignette.
## What changes were proposed in this pull request? Added short section for KSTest. Also added logreg model to list of ML models in vignette. (This will be reorganized under SPARK-18849)  ## How was this patch tested? Manually tested example locally. Built vignettes locally. Author: Joseph K. Bradley <[email protected]> Closes apache#16283 from jkbradley/ksTest-vignette.
What changes were proposed in this pull request?
Added short section for KSTest.
Also added logreg model to list of ML models in vignette. (This will be reorganized under SPARK-18849)
How was this patch tested?
Manually tested example locally.
Built vignettes locally.