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

Mahi #339

Merged
merged 3 commits into from
Oct 11, 2024
Merged

Mahi #339

merged 3 commits into from
Oct 11, 2024

Conversation

mahipalimkar
Copy link
Contributor

This pull request adds a K-means clustering algorithm with 3 clusters. It initializes centroids randomly and assigns points based on Euclidean distance, updating centroids iteratively. The implementation has been tested on a synthetic dataset generated by make_blobs.

@mahipalimkar
Copy link
Contributor Author

Hello @panditakshay402 , I have created a pr for k means clustering. Please let me know if any further changes are required.

@panditakshay402 panditakshay402 merged commit aef6f04 into panditakshay402:main Oct 11, 2024
1 of 2 checks passed
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.

Passed✔

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

Successfully merging this pull request may close these issues.

2 participants