Skip to content

Commit

Permalink
Deployed eeead1a with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
janluxemburk committed Dec 20, 2023
1 parent ac9034a commit 971437d
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 5 deletions.
4 changes: 2 additions & 2 deletions features/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -948,13 +948,13 @@ <h2 id="details-about-packet-histograms-and-ppi">Details about packet histograms
</thead>
<tbody>
<tr>
<td><strong>Zero-length packets</strong><br/>(without L4 payload, e.g. ACKs)</td>
<td><strong>Zero-length packets</strong><br>(without L4 payload, e.g. ACKs)</td>
<td>Not included</td>
<td>Not included</td>
<td>Included</td>
</tr>
<tr>
<td><strong>Retransmissions</strong><br/>(and out-of-order packets)</td>
<td><strong>Retransmissions</strong><br>(and out-of-order packets)</td>
<td>Included</td>
<td>Not included<em>*</em></td>
<td>Included</td>
Expand Down
58 changes: 58 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,17 @@



<label class="md-nav__link md-nav__link--active" for="__toc">


<span class="md-ellipsis">
Introduction
</span>


<span class="md-nav__icon md-icon"></span>
</label>

<a href="." class="md-nav__link md-nav__link--active">


Expand All @@ -249,6 +260,32 @@

</a>



<nav class="md-nav md-nav--secondary" aria-label="Table of contents">






<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon"></span>
Table of contents
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#papers" class="md-nav__link">
Papers
</a>

</li>

</ul>

</nav>

</li>


Expand Down Expand Up @@ -542,6 +579,21 @@



<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon"></span>
Table of contents
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#papers" class="md-nav__link">
Papers
</a>

</li>

</ul>

</nav>
</div>
</div>
Expand Down Expand Up @@ -573,6 +625,12 @@ <h1 id="cesnet-datazoo">CESNET DataZoo</h1>
<li>Built on suitable data structures for experiments with large datasets. There are several caching mechanisms to make repeated runs faster, for example, when searching for the best model configuration.</li>
<li>Datasets are offered in multiple sizes to give users an option to start experiments at a smaller scale (also faster dataset download, disk space, etc.). The default is the <code>S</code> size containing 25 million samples. </li>
</ul>
<h2 id="papers">Papers</h2>
<ul>
<li><a href="https://doi.org/10.1145/3630050.3630176">DataZoo: Streamlining Traffic Classification Experiments</a> <br>
Jan Luxemburk and Karel Hynek <br>
CoNEXT Workshop on Explainable and Safety Bounded, Fidelitous, Machine Learning for Networking (SAFE), 2023</li>
</ul>



Expand Down
4 changes: 2 additions & 2 deletions installation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -640,9 +640,9 @@ <h1>Installation</h1>
<p>or for editable install with:</p>
<div class="highlight"><pre><span></span><code>pip<span class="w"> </span>install<span class="w"> </span>-e<span class="w"> </span>git+https://github.com/CESNET/cesnet-datazoo
</code></pre></div>
<h3 id="requirements">Requirements</h3>
<h2 id="requirements">Requirements</h2>
<p>The <code>cesnet-datazoo</code> package requires Python &gt;=3.10.</p>
<h4 id="dependencies">Dependencies</h4>
<h3 id="dependencies">Dependencies</h3>
<table>
<thead>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 971437d

Please sign in to comment.