Skip to content

Conversation

@zhengruifeng
Copy link
Contributor

What changes were proposed in this pull request?

Add missing 'subsamplingRate' of pyspark GBTClassifier

How was this patch tested?

existing tests

@SparkQA
Copy link

SparkQA commented Oct 31, 2016

Test build #67805 has finished for PR 15692 at commit 4b7c8fb.

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

@jkbradley
Copy link
Member

You'll need to add the Param itself. (Search for Params.dummy() in that file to find examples.)

@zhengruifeng
Copy link
Contributor Author

@jkbradley I add this param for GBTClassifier and GBTRegressor.

@SparkQA
Copy link

SparkQA commented Nov 1, 2016

Test build #67862 has finished for PR 15692 at commit 0651bb6.

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

Copy link
Member

Choose a reason for hiding this comment

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

I'm sorry, I hadn't realized that this was already inherited from TreeEnsembleParams. Your original PR was correct.

@zhengruifeng
Copy link
Contributor Author

that's ok. I have delete the params.

@SparkQA
Copy link

SparkQA commented Nov 2, 2016

Test build #67948 has finished for PR 15692 at commit 9e97eef.

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

@yanboliang
Copy link
Contributor

LGTM, merged into master and branch-2.1. Thanks!

@asfgit asfgit closed this in 9dc9f9a Nov 3, 2016
asfgit pushed a commit that referenced this pull request Nov 3, 2016
…BTClassifier

## What changes were proposed in this pull request?
Add missing 'subsamplingRate' of pyspark GBTClassifier

## How was this patch tested?
existing tests

Author: Zheng RuiFeng <ruifengz@foxmail.com>

Closes #15692 from zhengruifeng/gbt_subsamplingRate.

(cherry picked from commit 9dc9f9a)
Signed-off-by: Yanbo Liang <ybliang8@gmail.com>
@zhengruifeng zhengruifeng deleted the gbt_subsamplingRate branch November 4, 2016 01:42
uzadude pushed a commit to uzadude/spark that referenced this pull request Jan 27, 2017
…BTClassifier

## What changes were proposed in this pull request?
Add missing 'subsamplingRate' of pyspark GBTClassifier

## How was this patch tested?
existing tests

Author: Zheng RuiFeng <ruifengz@foxmail.com>

Closes apache#15692 from zhengruifeng/gbt_subsamplingRate.
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.

4 participants