Description
Create a NaiveBayes API for the spark.ml Pipelines API. This should wrap the existing NaiveBayes implementation under spark.mllib package. Should also keep the parameter names consistent. The output columns could include both the prediction and confidence scores.
Attachments
Issue Links
- duplicates
-
SPARK-8499 NaiveBayes implementation for MLPipeline
- Closed
- is related to
-
SPARK-9214 support ml.NaiveBayes for Python
- Resolved
- relates to
-
SPARK-13089 spark.ml Naive Bayes user guide
- Resolved
- links to