/Naive-Bayes-by-Python

A simple Naive Bayes Python program, for Data mining course final project in UIC

Primary LanguagePythonMIT LicenseMIT

Naive-Bayes-by-Python

A simple Naive Bayes Python program, for Data mining course final project in UIC

Something need to know

Require Library:

  1. openpyxl For load trainning data from xlsx file to program.
  • Install openpyxl
pip3 install openpyxl