/Generic-Naive-Bayes

This is my implementation of a Multinomial Naive Bayes Classifier algorithm. The code predicts the class label of an input sequence based on its features. Therefore, given a dataset, the algorithm fits accurately and is able to make predictions based a sequence of features as input.

Primary LanguagePython

No issues in this repository yet.