-
Notifications
You must be signed in to change notification settings - Fork 590
WIP Add module about clustering #836
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
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
…INRIA#831) * changed besides to additionally for better phrasing * Apply suggestions from code review * Changed the use of ColumnTransformer to make_column_transformer * fixed format * fixed format * changed additional mentions of ColumnTransformer * Rerender notebooks --------- Co-authored-by: SebastienMelo <seastien.melo@polytechnique.edu> Co-authored-by: Arturo Amor <86408019+ArturoAmorQ@users.noreply.github.com> Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
* minor improvment in wording and import statement order * use pre-commit hooks
|
Oups, I synchronized with main and now the diff is huge. I am not sure how to rebase 😱 Edit: Now only the history is polluted, but the diff is clean. |
|
This is great work @ArturoAmorQ! I really like the examples on penguins and the geospatial clustering. Also the different clustering metrics are well explained. As clustering is already part of the professional practitioner exam, I think it would be good to merge this PR soon |
Adds module on K-means and HDBSCAN. Adds dataset, notebooks and exercises.