You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by holdenk <gi...@git.apache.org> on 2018/04/26 19:09:53 UTC

[GitHub] spark pull request #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML ex...

GitHub user holdenk opened a pull request:

    https://github.com/apache/spark/pull/21172

    [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export support to PySpark

    ## What changes were proposed in this pull request?
    
    Adds basic PMML export support for Spark ML stages to PySpark as was previously done in Scala. Includes LinearRegressionModel as the first stage to implement.
    
    ## How was this patch tested?
    
    Doctest, the main testing work for this is on the Scala side. (TODO holden add the unittest once I finish locally).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/holdenk/spark SPARK-23120-add-pmml-export-support-to-pyspark

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/21172.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #21172
    
----
commit 8cbef82f64f4a8774cd796c487f4d2efb1492f12
Author: Holden Karau <ho...@...>
Date:   2018-04-26T19:02:33Z

    Add basic PMML export support to PySpark ML pipeline elements with LinearRegressionModel as the first implementation

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    **[Test build #90236 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/90236/testReport)** for PR 21172 at commit [`9d7d684`](https://github.com/apache/spark/commit/9d7d684d3151d7904e5b868b1fc9b05aa43f8fea).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    **[Test build #90234 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/90234/testReport)** for PR 21172 at commit [`af21aa7`](https://github.com/apache/spark/commit/af21aa7ac3363ae16e4b7839b7aa054c9facc26f).
     * This patch **fails PySpark unit tests**.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    Merged build finished. Test FAILed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    Merged build finished. Test PASSed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    Merged build finished. Test PASSed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    **[Test build #90515 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/90515/testReport)** for PR 21172 at commit [`67b59a7`](https://github.com/apache/spark/commit/67b59a777c4e1f7ae5cd57ef6077e850c67b411c).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    Test FAILed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/90236/
    Test FAILed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request #21172: [SPARK-23120][PYSPARK][ML] Add basic PMML export ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/spark/pull/21172


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution/3146/
    Test PASSed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    Merged build finished. Test PASSed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    **[Test build #90234 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/90234/testReport)** for PR 21172 at commit [`af21aa7`](https://github.com/apache/spark/commit/af21aa7ac3363ae16e4b7839b7aa054c9facc26f).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    **[Test build #89902 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/89902/testReport)** for PR 21172 at commit [`64d6db8`](https://github.com/apache/spark/commit/64d6db8a325796145c35f656a32f8bd5ab9715a2).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    Merged build finished. Test PASSed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    **[Test build #90515 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/90515/testReport)** for PR 21172 at commit [`67b59a7`](https://github.com/apache/spark/commit/67b59a777c4e1f7ae5cd57ef6077e850c67b411c).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    Test FAILed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/90234/
    Test FAILed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    Merged build finished. Test PASSed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/89899/
    Test PASSed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    Merged build finished. Test PASSed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution/2705/
    Test PASSed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    Merged build finished. Test FAILed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    **[Test build #89899 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/89899/testReport)** for PR 21172 at commit [`8cbef82`](https://github.com/apache/spark/commit/8cbef82f64f4a8774cd796c487f4d2efb1492f12).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    **[Test build #90236 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/90236/testReport)** for PR 21172 at commit [`9d7d684`](https://github.com/apache/spark/commit/9d7d684d3151d7904e5b868b1fc9b05aa43f8fea).
     * This patch **fails PySpark unit tests**.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/90515/
    Test PASSed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    Test FAILed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution/2937/
    Test FAILed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    **[Test build #89900 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/89900/testReport)** for PR 21172 at commit [`9b14a1c`](https://github.com/apache/spark/commit/9b14a1ccac88c4f354b6fca906d3390b19374b5d).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML] Add basic PMML export support...

Posted by holdenk <gi...@git.apache.org>.
Github user holdenk commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    Merged to master


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    Merged build finished. Test PASSed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    Merged build finished. Test FAILed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution/2939/
    Test PASSed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution/2701/
    Test PASSed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    Test FAILed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/89902/
    Test FAILed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    **[Test build #89900 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/89900/testReport)** for PR 21172 at commit [`9b14a1c`](https://github.com/apache/spark/commit/9b14a1ccac88c4f354b6fca906d3390b19374b5d).
     * This patch **fails PySpark unit tests**.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    Test FAILed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/89900/
    Test FAILed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    **[Test build #89902 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/89902/testReport)** for PR 21172 at commit [`64d6db8`](https://github.com/apache/spark/commit/64d6db8a325796145c35f656a32f8bd5ab9715a2).
     * This patch **fails PySpark unit tests**.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution/2702/
    Test PASSed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    Merged build finished. Test FAILed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML] Add basic PMML export support...

Posted by vruusmann <gi...@git.apache.org>.
Github user vruusmann commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    Here's a pointer to another PySpark-to-PMML conversion tool: https://github.com/jpmml/pyspark2pmml


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    Merged build finished. Test FAILed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #21172: [SPARK-23120][PYSPARK][ML][WIP] Add basic PMML export su...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/21172
  
    **[Test build #89899 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/89899/testReport)** for PR 21172 at commit [`8cbef82`](https://github.com/apache/spark/commit/8cbef82f64f4a8774cd796c487f4d2efb1492f12).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `class LinearRegressionModel(JavaModel, JavaPredictionModel, GeneralJavaMLWritable, JavaMLReadable):`
      * `class GeneralMLWriter(MLWriter):`
      * `class GeneralJavaMLWriter(JavaMLWriter):`
      * `class GeneralJavaMLWritable(JavaMLWritable):`


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org