Skip to content

Commit 54d46a5

Browse files
authored
Merge pull request #373 from RaInta/clustering-links
Added links to clustering algorithms
2 parents 876f719 + 73d333a commit 54d46a5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,10 @@ These are some Machine Learning and Data Mining algorithms and models help you t
228228
- AdaBoost
229229

230230
#### Unsupervised Learning
231-
- Clustering
232-
- Hierchical clustering
233-
- k-means
231+
- [Clustering](https://scikit-learn.org/stable/modules/clustering.html#clustering)
232+
- [Hierchical clustering](https://scikit-learn.org/stable/modules/clustering.html#hierarchical-clustering)
233+
- [k-means](https://scikit-learn.org/stable/modules/clustering.html#k-means)
234+
- [Density-based clustering](https://scikit-learn.org/stable/modules/clustering.html#dbscan)
234235
- Fuzzy clustering
235236
- Mixture models
236237
- Dimension Reduction

0 commit comments

Comments
 (0)