z0d14c / MachineLearningNaiveBayes

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%