We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f40f8f commit 73d333aCopy full SHA for 73d333a
README.md
@@ -228,9 +228,10 @@ These are some Machine Learning and Data Mining algorithms and models help you t
228
- AdaBoost
229
230
#### Unsupervised Learning
231
-- Clustering
232
- - Hierchical clustering
233
- - k-means
+- [Clustering](https://scikit-learn.org/stable/modules/clustering.html#clustering)
+ - [Hierchical clustering](https://scikit-learn.org/stable/modules/clustering.html#hierarchical-clustering)
+ - [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)
235
- Fuzzy clustering
236
- Mixture models
237
- Dimension Reduction
0 commit comments