NaiveBayes Classifier Algorithm Implementation
Install these following python packages
Pandas
Using -h for displaying help message in order to understand program arguments or using the following pre-configured arguments
--tr nb_mushrooms_training.csv --te nb_mushrooms_test.csv -c class -p p -n e -o mushroom_result.csv
ToDo:
- Provide export result module.