Spaces:
Build error
Build error
Commit
Β·
d53bfda
1
Parent(s):
1f45fa6
Upload README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,17 @@
|
|
| 1 |
---
|
| 2 |
-
title: Clustering
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 3.
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Clustering With Sklearn
|
| 3 |
+
emoji: π
|
| 4 |
+
colorFrom: red
|
| 5 |
+
colorTo: pink
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 3.0.24
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
license: bsd-3-clause
|
| 11 |
+
tags:
|
| 12 |
+
- sklearn
|
| 13 |
---
|
| 14 |
|
| 15 |
+
# Clustering with scikit learn
|
| 16 |
+
|
| 17 |
+
Gradio demo based on this [sklearn demo](https://scikit-learn.org/stable/auto_examples/cluster/plot_cluster_comparison.html).
|