-
Notifications
You must be signed in to change notification settings - Fork 43
Example KMedoids #67
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
Example KMedoids #67
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice, thank you @TimotheeMathieu ! A few minor comments otherwise LGTM.
Co-authored-by: Roman Yurchak <[email protected]>
Co-authored-by: Roman Yurchak <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are some random_states
missing? I am referring to the models.
Thank you @TimotheeMathieu! |
Related to issue #22.
This PR add an example in the doc where KMedoids algorithm does better than sklearn clustering algorithms.
Plot of various clustering algorithms on a dataset with outliers, I have done two plots one with 300 points and with 3000 points to compare time and reaction to big datasets.
Hereafter are the figures that we obtain by running the algorithm.