caliex commited on
Commit
170c6a4
1 Parent(s): 808868e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,5 +67,5 @@ gr.Interface(
67
  [method_options, 1500, 12, 2, 30]
68
  ],
69
  title="Manifold Learning Comparison",
70
- description="Compare manifold learning methods on the S-curve dataset."
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()