Skip to content

Commit

Permalink
Deployed eb8ac6c65a to dev with MkDocs 1.6.0 and mike 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 14, 2024
1 parent 0b856e6 commit 6ce14ac
Show file tree
Hide file tree
Showing 6 changed files with 590 additions and 551 deletions.
19 changes: 18 additions & 1 deletion dev/api/feature-extraction/TFIDF/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3858,6 +3858,17 @@ <h2 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Pe
<p>An optional preprocessing function which overrides the <code>strip_accents</code> and <code>lowercase</code> steps, while preserving the tokenizing and n-grams generation steps.</p>
</li>
<li>
<p><strong>stop_words</strong></p>
<p><em>Type</em><em>set[str] | None</em></p>
<p><em>Default</em><code>None</code></p>
<p>An optional set of tokens to remove.</p>
</li>
<li>
<p><strong>tokenizer_pattern</strong></p>
<p><em>Default</em><code>(?u)\b\w[\w\-]+\b</code></p>
<p>The tokenization pattern which is used when no <code>tokenizer</code> function is passed. A single capture group may optionally be specified.</p>
</li>
<li>
<p><strong>tokenizer</strong></p>
<p><em>Type</em><em>typing.Callable | None</em></p>
<p><em>Default</em><code>None</code></p>
Expand Down Expand Up @@ -3918,7 +3929,13 @@ <h2 id="examples">Examples<a class="headerlink" href="#examples" title="Permanen
<h2 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">&para;</a></h2>
<details class="- abstract">
<summary>learn_many</summary>
<p>Not available, will raise an exception.</p>
<p><strong>Parameters</strong></p>
<ul>
<li><strong>X</strong> </li>
</ul>
</details>
<p><span /></p>
<details class="- abstract">
<summary>learn_one</summary>
<p>Update with a set of features <code>x</code>.</p>
Expand All @@ -3934,7 +3951,7 @@ <h2 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent l
</details>
<details class="- abstract">
<summary>transform_many</summary>
<p>Transform pandas series of string into term-frequency pandas sparse dataframe.</p>
<p>Not available, will raise an exception.</p>
<p><strong>Parameters</strong></p>
<ul>
<li><strong>X</strong><em>'pd.Series'</em> </li>
Expand Down
Binary file modified dev/parse/__pycache__/__main__.cpython-312.pyc
Binary file not shown.
22 changes: 22 additions & 0 deletions dev/releases/unreleased/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#feature-extraction" class="md-nav__link">
<span class="md-ellipsis">
feature extraction
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -1882,6 +1891,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#feature-extraction" class="md-nav__link">
<span class="md-ellipsis">
feature extraction
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -1942,6 +1960,10 @@ <h2 id="drift">drift<a class="headerlink" href="#drift" title="Permanent link">&
<ul>
<li>Make <a href="../../api/drift/ADWIN"><code>drift.ADWIN</code></a> comply with the reference MOA implementation.</li>
</ul>
<h2 id="feature-extraction">feature extraction<a class="headerlink" href="#feature-extraction" title="Permanent link">&para;</a></h2>
<ul>
<li>The mini-batch methods for <a href="../../api/feature-extraction/TFIDF"><code>feature_extraction.TFIDF</code></a> now systematically raise an exception, as they are not implemented.</li>
</ul>
<h2 id="stats">stats<a class="headerlink" href="#stats" title="Permanent link">&para;</a></h2>
<ul>
<li>Removed the unexported class <code>stats.CentralMoments</code>.</li>
Expand Down
2 changes: 1 addition & 1 deletion dev/search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 6ce14ac

Please sign in to comment.