Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add K-Means Clustering Algorithm #365

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

karanghuge01
Copy link

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

Copy link
Owner

@panditakshay402 panditakshay402 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@karanghuge01 Kindly follow all the rules from Readme.md to get PR accepted

@karanghuge01
Copy link
Author

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
Copy link
Author

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
Copy link
Owner

panditakshay402 commented Oct 18, 2024

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add K-Means Clustering Algorithm
2 participants