Update app.py
Browse files
app.py
CHANGED
@@ -67,5 +67,5 @@ gr.Interface(
|
|
67 |
[method_options, 1500, 12, 2, 30]
|
68 |
],
|
69 |
title="Manifold Learning Comparison",
|
70 |
-
description="
|
71 |
).launch()
|
|
|
67 |
[method_options, 1500, 12, 2, 30]
|
68 |
],
|
69 |
title="Manifold Learning Comparison",
|
70 |
+
description="This code demonstrates a comparison of manifold learning methods using the S-curve dataset. Manifold learning techniques aim to uncover the underlying structure and relationships within high-dimensional data by projecting it onto a lower-dimensional space. This comparison allows you to explore the effects of different methods on the dataset. See the original scikit-learn example here: https://scikit-learn.org/stable/auto_examples/manifold/plot_compare_methods.html"
|
71 |
).launch()
|