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

Georgia Tech Junior Design Project
8 stars 5 forks source link

Update naive bayes to use numpy #40

Closed lhyelinn closed 1 year ago

lhyelinn commented 1 year ago

For speed of execution, Naive Bayes was updated to use NumPy array rather than a standard python array. This PR tracks issue https://github.com/JackyXu-Cool/Team-2130-Machine-Learning-Roulette/issues/34.