/Diabetes-Prediction-using-Kmeans-

In the beginning, the algorithm chooses k centroids in the dataset randomly after shuffling the data. Then it calculates the distance of each point to each centroid using the euclidean distance calculation method.

Primary LanguageJupyter Notebook

Stargazers