Skip to content

Commit

Permalink
Deployed 97e71c7 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelZe committed Nov 20, 2023
1 parent 7d9e25d commit bfff50d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#algorithms" class="md-nav__link">
Algorithms
<a href="#supported-algorithms" class="md-nav__link">
Supported Algorithms
</a>

</li>
Expand Down Expand Up @@ -312,8 +312,8 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#algorithms" class="md-nav__link">
Algorithms
<a href="#supported-algorithms" class="md-nav__link">
Supported Algorithms
</a>

</li>
Expand Down Expand Up @@ -341,8 +341,8 @@


<h1 id="trade-classification-for-python">Trade classification for python<a class="headerlink" href="#trade-classification-for-python" title="Permanent link">&para;</a></h1>
<p><a href="https://scikit-learn.org/stable/"><code>scikit-learn</code></a>-compatible implementation of popular trade classification algorithms to classify financial markets transactions into buyer- and seller-initiated trades.</p>
<h2 id="algorithms">Algorithms<a class="headerlink" href="#algorithms" title="Permanent link">&para;</a></h2>
<p><code>tclf</code> is <a href="https://scikit-learn.org/stable/"><code>scikit-learn</code></a>-compatible implementation of popular trade classification algorithms to classify financial markets transactions into buyer- and seller-initiated trades.</p>
<h2 id="supported-algorithms">Supported Algorithms<a class="headerlink" href="#supported-algorithms" title="Permanent link">&para;</a></h2>
<ul>
<li>Tick test</li>
<li>Quote rule</li>
Expand Down
Loading

0 comments on commit bfff50d

Please sign in to comment.