/MachineLearningNaiveBayes

Machine Learning Project to apply Naive Bayes to some given data.

Primary LanguagePython

Thomas Grice tag130230

MachineLearningNaiveBayes

Machine Learning Project to apply Naive Bayes Learning algorithm to classify some given data. Uses python 3. Developed on Windows.

How to run

From terminal, run the script with 1st argument = training file, 2nd argument = test file EXAMPLE:

python main.py data/train-win.dat data/test-win.dat