scholar
scholar copied to clipboard
Add clustering algorithms
- [x] K-means
- [x] Affinity Propagation
- [ ] Mean Shift
- [ ] Spectral clustering
- [x] Hierarchical clustering
- [x] DBSCAN
- [ ] HDBSCAN
- [x] OPTICS
- [ ] BIRCH
I'm interested in contributing to the project and would like to begin by implementing the Mean Shift algorithm.
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).
I'm going to work on implementing BIRCH