[GitHub] spark pull request #15406: [Spark-17745][ml][PySpark] update NB python api -...

2016-10-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15406 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #15406: [Spark-17745][ml][PySpark] update NB python api -...

2016-10-12 Thread WeichenXu123
Github user WeichenXu123 commented on a diff in the pull request: https://github.com/apache/spark/pull/15406#discussion_r83033809 --- Diff: python/pyspark/ml/classification.py --- @@ -1032,6 +1032,16 @@ class NaiveBayes(JavaEstimator, HasFeaturesCol, HasLabelCol, HasPredictionCol,

[GitHub] spark pull request #15406: [Spark-17745][ml][PySpark] update NB python api -...

2016-10-12 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/15406#discussion_r83023875 --- Diff: python/pyspark/ml/classification.py --- @@ -1032,6 +1032,16 @@ class NaiveBayes(JavaEstimator, HasFeaturesCol, HasLabelCol, HasPredictionCol, H

[GitHub] spark pull request #15406: [Spark-17745][ml][PySpark] update NB python api

2016-10-09 Thread WeichenXu123
GitHub user WeichenXu123 opened a pull request: https://github.com/apache/spark/pull/15406 [Spark-17745][ml][PySpark] update NB python api ## What changes were proposed in this pull request? update python api for NaiveBayes. ## How was this patch tested?