scholar icon indicating copy to clipboard operation
scholar copied to clipboard

Add clustering algorithms

Open josevalim opened this issue 2 years ago • 3 comments

  • [x] K-means
  • [x] Affinity Propagation
  • [ ] Mean Shift
  • [ ] Spectral clustering
  • [x] Hierarchical clustering
  • [x] DBSCAN
  • [ ] HDBSCAN
  • [x] OPTICS
  • [ ] BIRCH

josevalim avatar Jul 10 '23 14:07 josevalim

I'm interested in contributing to the project and would like to begin by implementing the Mean Shift algorithm.

grevgeny avatar Mar 04 '24 18:03 grevgeny

Please go ahead @grevgeny! You can see the PRs from other clustering algorithms, to get an idea how of these contributions usually work (and the project goals).

josevalim avatar Mar 04 '24 19:03 josevalim

I'm going to work on implementing BIRCH

paulsullivanjr avatar Apr 23 '24 22:04 paulsullivanjr