Skip to content

bbiletskyy/categorical-bayes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Categorical Naive Bayes

Categorical Naive Bayes prediction method implemented in SparkML. See presentation .

Apart from Bernoulli and Multinomial variations of Naive Bayes classifier available in SparkML and inspired by NLP-specific use-cases ( see e-book referenced in sources ), Categorical Naive Bayes can be applied for classification of objects with conditionally independent categorical attributes.

An example of such a use-case can be predicting fraud transactions based on transaction attributes or predicting an illness based on patients' symptoms and complains.

The proposed Categorical Naive Bayes classifier was tested on acute inflammations dataset.

How to run

sbt run

How to run tests

sbt test

About

Categorical Bayes classification method implemented in SparkML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages