Skip to content

Conversation

@holdenk
Copy link
Contributor

@holdenk holdenk commented May 4, 2016

What changes were proposed in this pull request?

Copy the package documentation from Scala/Java to Python for ML package and remove beta tags. Not super sure if we want to keep the BETA tag but since we are making it the default it seems like probably the time to remove it (happy to put it back in if we want to keep it BETA).

How was this patch tested?

Python documentation built locally as HTML and text and verified output.

@SparkQA
Copy link

SparkQA commented May 4, 2016

Test build #57694 has finished for PR 12883 at commit 949fd16.

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

@SparkQA
Copy link

SparkQA commented May 4, 2016

Test build #57696 has finished for PR 12883 at commit 51c9ae9.

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

@holdenk holdenk force-pushed the SPARK-15106-add-pyspark-package-doc-for-ml branch from ba4ce9d to 51c9ae9 Compare May 4, 2016 06:38
@SparkQA
Copy link

SparkQA commented May 4, 2016

Test build #57724 has finished for PR 12883 at commit ba4ce9d.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class JavaClassificationModel(JavaPredictionModel):
    • class LogisticRegressionModel(JavaModel, JavaClassificationModel, JavaMLWritable, JavaMLReadable):
    • class DecisionTreeClassificationModel(DecisionTreeModel, JavaClassificationModel, JavaMLWritable,
    • class NaiveBayesModel(JavaModel, JavaClassificationModel, JavaMLWritable, JavaMLReadable):
    • class MultilayerPerceptronClassificationModel(JavaModel, JavaClassificationModel, JavaMLWritable,

@SparkQA
Copy link

SparkQA commented May 4, 2016

Test build #57727 has finished for PR 12883 at commit 51c9ae9.

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

@srowen
Copy link
Member

srowen commented May 4, 2016

LGTM

asfgit pushed a commit that referenced this pull request May 5, 2016
… remove "BETA"

## What changes were proposed in this pull request?

Copy the package documentation from Scala/Java to Python for ML package and remove beta tags. Not super sure if we want to keep the BETA tag but since we are making it the default it seems like probably the time to remove it (happy to put it back in if we want to keep it BETA).

## How was this patch tested?

Python documentation built locally as HTML and text and verified output.

Author: Holden Karau <holden@us.ibm.com>

Closes #12883 from holdenk/SPARK-15106-add-pyspark-package-doc-for-ml.

(cherry picked from commit 4c0d827)
Signed-off-by: Sean Owen <sowen@cloudera.com>
@srowen
Copy link
Member

srowen commented May 5, 2016

Merged to master/2.0

@asfgit asfgit closed this in 4c0d827 May 5, 2016
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