Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 288 Bytes

File metadata and controls

10 lines (7 loc) · 288 Bytes

Naive-Bayes-CLassifier-Pattern-Recognition

How to run this file

Run this command.

python3 naiveBayesClassifier.py

naiveBayesClassifier_2.py contains code for the case where the feature values were seen in the train set although it was not part of this assignment.