Skip to content

Conversation

@yanboliang
Copy link
Contributor

What changes were proposed in this pull request?

PySpark ml GBTClassifier, Regressor support export/import.

How was this patch tested?

Doc test.

cc @jkbradley

@SparkQA
Copy link

SparkQA commented Apr 14, 2016

Test build #55798 has finished for PR 12383 at commit 7fe414a.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class GBTClassificationModel(TreeEnsembleModels, JavaMLWritable, JavaMLReadable):
    • class GBTRegressionModel(TreeEnsembleModels, JavaMLWritable, JavaMLReadable):

@jkbradley
Copy link
Member

Taking a look now

@jkbradley
Copy link
Member

LGTM
I'll rerun tests once more to make sure some recent pyspark changes are reflected in the tests

@SparkQA
Copy link

SparkQA commented Apr 14, 2016

Test build #2789 has finished for PR 12383 at commit 7fe414a.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class GBTClassificationModel(TreeEnsembleModels, JavaMLWritable, JavaMLReadable):
    • class GBTRegressionModel(TreeEnsembleModels, JavaMLWritable, JavaMLReadable):

@mengxr
Copy link
Contributor

mengxr commented Apr 15, 2016

Merged into master. Thanks!

@asfgit asfgit closed this in b961323 Apr 15, 2016
@yanboliang yanboliang deleted the spark-14374 branch April 15, 2016 07:10
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