Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -155,7 +155,7 @@ theme = gr.themes.Monochrome(
|
|
155 |
|
156 |
with gr.Blocks(title=title, theme=theme) as demo:
|
157 |
gr.Markdown(f"## {title}")
|
158 |
-
gr.Markdown("[
|
159 |
gr.Markdown("In this example we compare the various initialization strategies for K-means in terms of runtime and quality of the results.")
|
160 |
gr.Markdown("As the ground truth is known here, we also apply different cluster quality metrics to judge the goodness of fit of the cluster labels to the ground truth.")
|
161 |
gr.Markdown("Cluster quality metrics evaluated (see [Clustering performance evaluation](https://scikit-learn.org/stable/modules/clustering.html#clustering-evaluation) \
|
|
|
155 |
|
156 |
with gr.Blocks(title=title, theme=theme) as demo:
|
157 |
gr.Markdown(f"## {title}")
|
158 |
+
gr.Markdown("This demo is based on this [scikit-learn example](https://scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_digits.html#sphx-glr-auto-examples-cluster-plot-kmeans-digits-py)")
|
159 |
gr.Markdown("In this example we compare the various initialization strategies for K-means in terms of runtime and quality of the results.")
|
160 |
gr.Markdown("As the ground truth is known here, we also apply different cluster quality metrics to judge the goodness of fit of the cluster labels to the ground truth.")
|
161 |
gr.Markdown("Cluster quality metrics evaluated (see [Clustering performance evaluation](https://scikit-learn.org/stable/modules/clustering.html#clustering-evaluation) \
|