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 Notebook for K-Medoids Clustering #2

Open
Cgarg9 opened this issue Oct 28, 2024 · 0 comments
Open

Add Notebook for K-Medoids Clustering #2

Cgarg9 opened this issue Oct 28, 2024 · 0 comments

Comments

@Cgarg9
Copy link
Collaborator

Cgarg9 commented Oct 28, 2024

Description:
The repository currently lacks coverage of K-Medoids clustering, a clustering technique similar to K-Means but more robust to noise and outliers. This method selects actual data points as cluster centers, making it particularly useful for categorical data.

Tasks:

  • Create a new notebook explaining the K-Medoids algorithm.
  • Include examples with sample datasets.
  • Add a comparison with K-Means to highlight the differences.
  • Name the notebook k_medoids_clustering.ipynb.
  • Update the README file with a link to any resources used.
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

No branches or pull requests

1 participant