momodi / NaiveBayes

NaiveBayes on Spark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NaiveBayes

NaiveBayes on Spark

First run this command to prepare the model.

sh NaiveBayes.sh compile  && sh NaiveBayes.sh bayes_stat

Second to predict:

sh NaiveBayes.sh compile  && sh NaiveBayes.sh bayes_predict

About

NaiveBayes on Spark


Languages

Language:Scala 83.7%Language:Shell 16.3%