Spaces:
Sleeping
Sleeping
Dhrumil07 commited on
Commit ·
d7896bd
1
Parent(s): 5c487ae
fixing the spelling errors in documentation
Browse files
book/content/_build/html/starting.html
CHANGED
|
@@ -337,7 +337,7 @@
|
|
| 337 |
<h1>Getting started<a class="headerlink" href="#getting-started" title="Permalink to this headline">¶</a></h1>
|
| 338 |
<section id="demo-dissimilarity-based-selection-synthetic-data">
|
| 339 |
<h2>Demo - Dissimilarity Based Selection Synthetic Data<a class="headerlink" href="#demo-dissimilarity-based-selection-synthetic-data" title="Permalink to this headline">¶</a></h2>
|
| 340 |
-
<p>In this tutorial, we are going to show how the <code class="docutils literal notranslate"><span class="pre">QC-Selector</span></code> work with 2D
|
| 341 |
</section>
|
| 342 |
<section id="generating-synthetic-data">
|
| 343 |
<h2>Generating Synthetic Data<a class="headerlink" href="#generating-synthetic-data" title="Permalink to this headline">¶</a></h2>
|
|
|
|
| 337 |
<h1>Getting started<a class="headerlink" href="#getting-started" title="Permalink to this headline">¶</a></h1>
|
| 338 |
<section id="demo-dissimilarity-based-selection-synthetic-data">
|
| 339 |
<h2>Demo - Dissimilarity Based Selection Synthetic Data<a class="headerlink" href="#demo-dissimilarity-based-selection-synthetic-data" title="Permalink to this headline">¶</a></h2>
|
| 340 |
+
<p>In this tutorial, we are going to show how the <code class="docutils literal notranslate"><span class="pre">QC-Selector</span></code> work with 2D synthetic data. Each axis represents one feature. For each example, we will have two different synthetic datasets where the first one can be seen as randomly generated data points and the latter generates data points belonging to different clusters. By using 2D feature data points, it makes visualization easy.</p>
|
| 341 |
</section>
|
| 342 |
<section id="generating-synthetic-data">
|
| 343 |
<h2>Generating Synthetic Data<a class="headerlink" href="#generating-synthetic-data" title="Permalink to this headline">¶</a></h2>
|
book/content/_build/jupyter_execute/starting.ipynb
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
book/content/_build/jupyter_execute/starting.py
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
# # Getting started
|
| 4 |
# ## Demo - Dissimilarity Based Selection Synthetic Data
|
| 5 |
|
| 6 |
-
# In this tutorial, we are going to show how the `QC-Selector` work with 2D
|
| 7 |
|
| 8 |
# ## Generating Synthetic Data
|
| 9 |
|
|
|
|
| 3 |
# # Getting started
|
| 4 |
# ## Demo - Dissimilarity Based Selection Synthetic Data
|
| 5 |
|
| 6 |
+
# In this tutorial, we are going to show how the `QC-Selector` work with 2D synthetic data. Each axis represents one feature. For each example, we will have two different synthetic datasets where the first one can be seen as randomly generated data points and the latter generates data points belonging to different clusters. By using 2D feature data points, it makes visualization easy.
|
| 7 |
|
| 8 |
# ## Generating Synthetic Data
|
| 9 |
|
book/content/starting.ipynb
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|