JackyXu-Cool / Team-2130-Machine-Learning-Roulette

Georgia Tech Junior Design Project
8 stars 5 forks source link

Implement Naive Bayes #33

Closed lhyelinn closed 2 years ago

lhyelinn commented 2 years ago

This PR includes the implementation of Naive Bayes. Only math was used and no new external imports are needed. Please follow these instructions for setting up environment.

This PR tracks issue https://github.com/JackyXu-Cool/Team-2130-Machine-Learning-Roulette/issues/34. Tests will be added soon in a separate PR

lhyelinn commented 2 years ago

Look PR #40 for the updated version to use NumPy