Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 174 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 174 Bytes

naive-bayes-from-scratch

环境要求: Python 3 pandas numpy sklearn

运行方法:

  1. python example_model.py
  2. 运行 example_model.ipynb

朴素贝叶斯算法具体实现在 naive_bayes.py