panditakshay402 / Hacktoberfest

Join the Hacktoberfest fun! Contribute to this repo and earn cool swag while improving open-source projects.
115 stars 412 forks source link

Add K-Means Clustering Algorithm #365

Open karanghuge01 opened 1 month ago

karanghuge01 commented 1 month ago

fix #305

This pull request introduces the K-Means Clustering Algorithm implementation to the project. K-Means is a widely used unsupervised machine learning algorithm that partitions a dataset into K distinct clusters based on feature similarity.

OUTPUT Screenshot 2024-10-18 003759

karanghuge01 commented 1 month ago

I have carefully gone through the README.md file and followed the instructions to the best of my understanding. Since I am a beginner, I wanted to ask if there is anything I might have missed or overlooked in my pull request. I would appreciate your guidance on what needs to be done so I can ensure my PR is ready to be merged.

karanghuge01 commented 1 month ago

I wanted to confirm whether this repository is participating in Hacktoberfest. I'm looking forward to contributing and want to ensure my contributions count towards the event.

panditakshay402 commented 1 month ago

I wanted to confirm whether this repository is participating in Hacktoberfest. I'm looking forward to contributing and want to ensure my contributions count towards the event.

@karanghuge01 then use this repo for Hacktoberfest PR https://github.com/panditakshay402/HACKTOBERFEST_2024

karanghuge01 commented 1 month ago

Could you please let me know what I might have done wrong in this pull request? I would appreciate your feedback so I can make the necessary corrections