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

Georgia Tech Junior Design Project
8 stars 5 forks source link

Implemented Kmeans #19

Closed ruokun-niu closed 1 year ago

ruokun-niu commented 1 year ago

Kmeans is a relatively easy-to-implement algorithm and I believe that it is a great starting point. Only numpy was used and no new external imports are needed. Please follow these instructions for setting up environment.

This PR tracks issue #18. Functions Implemented:

Tests will be added soon (maybe in a separate PR)

JackyXu-Cool commented 1 year ago

LGTM. Good job Tommy!

ruokun-niu commented 1 year ago

Restoring the branch for assignment purposes

mmmmarty commented 1 year ago

Reviewed and great job

ruokun-niu commented 1 year ago

@hloneal Yep I agree. I'm gonna ask our client about using scipy for ML models during our next meeting.

For this algorithm, the client did provide some existing code so it's all right