Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 351 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 351 Bytes

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