Skip to content

[SPARK-20026][Doc][SparkR] Add Tweedie example for SparkR in programming guide - #17553

Closed
actuaryzhang wants to merge 2 commits into
apache:masterfrom
actuaryzhang:programGuide
Closed

[SPARK-20026][Doc][SparkR] Add Tweedie example for SparkR in programming guide#17553
actuaryzhang wants to merge 2 commits into
apache:masterfrom
actuaryzhang:programGuide

Conversation

@actuaryzhang

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

Add Tweedie example for SparkR in programming guide.
The doc was already updated in #17103.

@actuaryzhang

Copy link
Copy Markdown
ContributorAuthor

@felixcheung

@SparkQA

Copy link
Copy Markdown

Test build #75582 has finished for PR 17553 at commit c4ef04b.

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

@felixcheung

felixcheung commented Apr 7, 2017 via email

Copy link
Copy Markdown
Member

@felixcheungfelixcheung left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, minor comment

Comment threadexamples/src/main/r/ml/glm.R Outdated

# Fit a generalized linear model of family "tweedie" with spark.glm
training3 <- read.df("data/mllib/sample_multiclass_classification_data.txt", source = "libsvm")
tweedieDF <- transform(training3, label= training3$label * exp(randn(10)))

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nite, style: label = trai...

@actuaryzhangactuaryzhang changed the title [SPARK-20026][Doc] Add Tweedie example for SparkR in programming guide[SPARK-20026][Doc][SparkR] Add Tweedie example for SparkR in programming guideApr 7, 2017
@actuaryzhang

Copy link
Copy Markdown
ContributorAuthor

Issues fixed. Thanks.

@SparkQA

Copy link
Copy Markdown

Test build #75612 has finished for PR 17553 at commit ca87b38.

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

@felixcheung

Copy link
Copy Markdown
Member

merged to master, thanks!

@asfgitasfgit closed this in 870b9d9Apr 7, 2017
@actuaryzhang
actuaryzhang deleted the programGuide branch July 1, 2017 00:37
Sign up for freeto 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

@actuaryzhang@SparkQA@felixcheung