-
- Downloads
[SPARK-7545] [MLLIB] Added check in Bernoulli Naive Bayes to make sure that...
[SPARK-7545] [MLLIB] Added check in Bernoulli Naive Bayes to make sure that both training and predict features have values of 0 or 1 Author: leahmcguire <lmcguire@salesforce.com> Closes #6073 from leahmcguire/binaryCheckNB and squashes the following commits: b8442c2 [leahmcguire] changed to if else for value checks 911bf83 [leahmcguire] undid reformat 4eedf1e [leahmcguire] moved bernoulli check 9ee9e84 [leahmcguire] fixed style error 3f3b32c [leahmcguire] fixed zero one check so only called in combiner 831fd27 [leahmcguire] got test working f44bb3c [leahmcguire] removed changes from CV branch 67253f0 [leahmcguire] added check to bernoulli to ensure feature values are zero or one f191c71 [leahmcguire] fixed name 58d060b [leahmcguire] changed param name and test according to comments 04f0d3c [leahmcguire] Added stats from cross validation as a val in the cross validation model to save them for user access
Showing
- mllib/src/main/scala/org/apache/spark/mllib/classification/NaiveBayes.scala 25 additions, 3 deletions...la/org/apache/spark/mllib/classification/NaiveBayes.scala
- mllib/src/test/scala/org/apache/spark/mllib/classification/NaiveBayesSuite.scala 33 additions, 0 deletions...g/apache/spark/mllib/classification/NaiveBayesSuite.scala
Please register or sign in to comment