Diwas524/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.
Jupyter Notebook
No issues in this repository yet.