Skip to content

Commit c83b9db

Browse files
committed
Pushing the docs to 0.9/ for branch: 0.9.X, commit 10ffcabef45402cdf6ed2568e876c93b7213bafb
1 parent 5370854 commit c83b9db

229 files changed

Lines changed: 53195 additions & 53435 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

0.9/CHANGES.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,9 @@ <h3>New Features<a class="headerlink" href="#new-features" title="Link to this h
597597
the <code class="docutils literal notranslate"><span class="pre">cv</span></code> splitter and <code class="docutils literal notranslate"><span class="pre">split_kwargs</span></code> passed to
598598
<a class="reference internal" href="reference/generated/skrub.DataOp.skb.mark_as_X.html#skrub.DataOp.skb.mark_as_X" title="skrub.DataOp.skb.mark_as_X"><code class="xref py py-meth docutils literal notranslate"><span class="pre">DataOp.skb.mark_as_X()</span></code></a>, if they exist. <a class="reference external" href="https://github.com/skrub-data/skrub/pull/2041">#2041</a>
599599
by <a class="reference external" href="https://github.com/jeromedockes">Jérôme Dockès</a>.</p></li>
600+
<li><p><a class="reference internal" href="reference/generated/skrub.selectors.has_dtype.html#skrub.selectors.has_dtype" title="skrub.selectors.has_dtype"><code class="xref py py-func docutils literal notranslate"><span class="pre">selectors.has_dtype()</span></code></a> has been added, allowing users to select columns
601+
by passing the dtype objects they want to match. <a class="reference external" href="https://github.com/skrub-data/skrub/pull/2027">#2027</a> by
602+
<a class="reference external" href="https://github.com/kudos07">kudos07</a>.</p></li>
600603
</ul>
601604
</section>
602605
<section id="id1">
@@ -616,9 +619,9 @@ <h3>Changes<a class="headerlink" href="#id1" title="Link to this heading">#</a><
616619
control whether numeric-looking strings (e.g., <code class="docutils literal notranslate"><span class="pre">[&quot;1&quot;,</span> <span class="pre">&quot;2&quot;,</span> <span class="pre">&quot;3&quot;]</span></code>) are parsed
617620
to <code class="docutils literal notranslate"><span class="pre">float32</span></code>, and a <code class="docutils literal notranslate"><span class="pre">cast_to_float</span></code> parameter to downcast numeric
618621
columns to <code class="docutils literal notranslate"><span class="pre">float32</span></code>.
619-
<a class="reference external" href="https://github.com/skrub-data/skrub/pull/1910">#1910</a> by <a class="reference external" href="https://github.com/&lt;Varshith-yadaV&gt;">&#64;&lt;Varshith-yadaV&gt;</a>.</p></li>
620-
<li><p><code class="xref py py-func docutils literal notranslate"><span class="pre">fetch_toxicity_dataset()</span></code> now returns a shuffled version of the dataset by default.
621-
<a class="reference external" href="https://github.com/skrub-data/skrub/pull/1892">#1892</a> by user:<cite>Riccardo Cappuzzo &lt;rcap107&gt;</cite>.</p></li>
622+
<a class="reference external" href="https://github.com/skrub-data/skrub/pull/1910">#1910</a> by <a class="reference external" href="https://github.com/Varshith-yadaV">Varshith-yadaV</a>.</p></li>
623+
<li><p><a class="reference internal" href="reference/generated/skrub.datasets.fetch_toxicity.html#skrub.datasets.fetch_toxicity" title="skrub.datasets.fetch_toxicity"><code class="xref py py-func docutils literal notranslate"><span class="pre">fetch_toxicity()</span></code></a> now returns a shuffled version of the dataset by default.
624+
<a class="reference external" href="https://github.com/skrub-data/skrub/pull/1892">#1892</a> by <a class="reference external" href="https://github.com/rcap107">Riccardo Cappuzzo</a>.</p></li>
622625
<li><p>Added a <code class="docutils literal notranslate"><span class="pre">metric</span></code> parameter to <a class="reference internal" href="reference/generated/skrub.fuzzy_join.html#skrub.fuzzy_join" title="skrub.fuzzy_join"><code class="xref py py-func docutils literal notranslate"><span class="pre">fuzzy_join()</span></code></a> and <a class="reference internal" href="reference/generated/skrub.Joiner.html#skrub.Joiner" title="skrub.Joiner"><code class="xref py py-class docutils literal notranslate"><span class="pre">Joiner</span></code></a> to configure
623626
the nearest-neighbor distance used for matching. The metric can be any value
624627
supported by <a class="reference external" href="https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestNeighbors.html#sklearn.neighbors.NearestNeighbors" title="(in scikit-learn v1.8)"><code class="xref py py-class docutils literal notranslate"><span class="pre">NearestNeighbors</span></code></a> (see its docstring).
@@ -685,9 +688,6 @@ <h3>New Features<a class="headerlink" href="#id2" title="Link to this heading">#
685688
<li><p><a class="reference internal" href="reference/generated/skrub.selectors.has_nulls.html#skrub.selectors.has_nulls" title="skrub.selectors.has_nulls"><code class="xref py py-func docutils literal notranslate"><span class="pre">selectors.has_nulls()</span></code></a> now takes a <code class="docutils literal notranslate"><span class="pre">proportion</span></code> parameter, which allows
686689
selecting columns that have a fraction of null values above the given threshold.
687690
<a class="reference external" href="https://github.com/skrub-data/skrub/pull/1881">#1881</a> by <a class="reference external" href="https://github.com/gabrielapgomezji">Gabriela Gómez Jiménez</a>.</p></li>
688-
<li><p><a class="reference internal" href="reference/generated/skrub.selectors.has_dtype.html#skrub.selectors.has_dtype" title="skrub.selectors.has_dtype"><code class="xref py py-func docutils literal notranslate"><span class="pre">selectors.has_dtype()</span></code></a> has been added, allowing users to select columns
689-
by passing the dtype objects they want to match. <a class="reference external" href="https://github.com/skrub-data/skrub/pull/2027">#2027</a> by
690-
<a class="reference external" href="https://github.com/kudos07">kudos07</a>.</p></li>
691691
</ul>
692692
</section>
693693
<section id="id3">
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)