Skip to content

Conversation

@jkbradley
Copy link
Member

@jkbradley jkbradley commented Dec 14, 2016

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)

screen shot 2016-12-14 at 1 37 31 pm

How was this patch tested?

Manually tested example locally.
Built vignettes locally.

@jkbradley
Copy link
Member Author

afMean <- afStats[1]
afStd <- afStats[2]
test <- spark.kstest(df, "Armed_Forces", "norm", c(afMean,afStd))
Copy link
Member

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

@felixcheung
Copy link
Member

LGTM, minor style comment

@jkbradley
Copy link
Member Author

OK thanks! I'll merge after tests pass.

@SparkQA
Copy link

SparkQA commented Dec 14, 2016

Test build #70147 has finished for PR 16283 at commit ecafc25.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@jkbradley
Copy link
Member Author

Merging with master and branch-2.1
Thanks @felixcheung for reviewing

asfgit pushed a commit that referenced this pull request Dec 14, 2016
## 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)

![screen shot 2016-12-14 at 1 37 31 pm](https://cloud.githubusercontent.com/assets/5084283/21202140/7f24e240-c202-11e6-9362-458208bb9159.png)

## 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]>
@asfgit asfgit closed this in 7862742 Dec 14, 2016
@SparkQA
Copy link

SparkQA commented Dec 14, 2016

Test build #70150 has finished for PR 16283 at commit 93524a8.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@jkbradley jkbradley deleted the ksTest-vignette branch December 15, 2016 01:16
robert3005 pushed a commit to palantir/spark that referenced this pull request Dec 15, 2016
## 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)

![screen shot 2016-12-14 at 1 37 31 pm](https://cloud.githubusercontent.com/assets/5084283/21202140/7f24e240-c202-11e6-9362-458208bb9159.png)

## 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.
uzadude pushed a commit to uzadude/spark that referenced this pull request Jan 27, 2017
## 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)

![screen shot 2016-12-14 at 1 37 31 pm](https://cloud.githubusercontent.com/assets/5084283/21202140/7f24e240-c202-11e6-9362-458208bb9159.png)

## 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants