logic-OT/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.
Python
No issues in this repository yet.