EduardoPacheco commited on
Commit
08d7396
·
1 Parent(s): bfeffd2

Update app.py

Browse files

Added more explanations to markdown

Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -49,7 +49,9 @@ with gr.Blocks() as demo:
49
  gr.Markdown(f"# {title}")
50
  gr.Markdown(
51
  """
52
- ## This example shows how a feature selection can be easily integrated within a machine learning pipeline.
 
 
53
 
54
  [Original Example](https://scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection_pipeline.html#sphx-glr-auto-examples-feature-selection-plot-feature-selection-pipeline-py)
55
  """
 
49
  gr.Markdown(f"# {title}")
50
  gr.Markdown(
51
  """
52
+ ## This example shows how a feature selection can be easily integrated within a machine learning pipeline \
53
+ using a synthetic dataset. The number of features to select and other parameters to generate the toy dataset \
54
+ are provided as components to play around.
55
 
56
  [Original Example](https://scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection_pipeline.html#sphx-glr-auto-examples-feature-selection-plot-feature-selection-pipeline-py)
57
  """