You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 0.9/CHANGES.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -597,6 +597,9 @@ <h3>New Features<a class="headerlink" href="#new-features" title="Link to this h
597
597
the <codeclass="docutils literal notranslate"><spanclass="pre">cv</span></code> splitter and <codeclass="docutils literal notranslate"><spanclass="pre">split_kwargs</span></code> passed to
598
598
<aclass="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"><codeclass="xref py py-meth docutils literal notranslate"><spanclass="pre">DataOp.skb.mark_as_X()</span></code></a>, if they exist. <aclass="reference external" href="https://github.com/skrub-data/skrub/pull/2041">#2041</a>
599
599
by <aclass="reference external" href="https://github.com/jeromedockes">Jérôme Dockès</a>.</p></li>
600
+
<li><p><aclass="reference internal" href="reference/generated/skrub.selectors.has_dtype.html#skrub.selectors.has_dtype" title="skrub.selectors.has_dtype"><codeclass="xref py py-func docutils literal notranslate"><spanclass="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. <aclass="reference external" href="https://github.com/skrub-data/skrub/pull/2027">#2027</a> by
@@ -616,9 +619,9 @@ <h3>Changes<a class="headerlink" href="#id1" title="Link to this heading">#</a><
616
619
control whether numeric-looking strings (e.g., <codeclass="docutils literal notranslate"><spanclass="pre">["1",</span><spanclass="pre">"2",</span><spanclass="pre">"3"]</span></code>) are parsed
617
620
to <codeclass="docutils literal notranslate"><spanclass="pre">float32</span></code>, and a <codeclass="docutils literal notranslate"><spanclass="pre">cast_to_float</span></code> parameter to downcast numeric
618
621
columns to <codeclass="docutils literal notranslate"><spanclass="pre">float32</span></code>.
619
-
<aclass="reference external" href="https://github.com/skrub-data/skrub/pull/1910">#1910</a> by <aclass="reference external" href="https://github.com/<Varshith-yadaV>">@<Varshith-yadaV></a>.</p></li>
620
-
<li><p><codeclass="xref py py-func docutils literal notranslate"><spanclass="pre">fetch_toxicity_dataset()</span></code> now returns a shuffled version of the dataset by default.
621
-
<aclass="reference external" href="https://github.com/skrub-data/skrub/pull/1892">#1892</a> by user:<cite>Riccardo Cappuzzo <rcap107></cite>.</p></li>
622
+
<aclass="reference external" href="https://github.com/skrub-data/skrub/pull/1910">#1910</a> by <aclass="reference external" href="https://github.com/Varshith-yadaV">Varshith-yadaV</a>.</p></li>
623
+
<li><p><aclass="reference internal" href="reference/generated/skrub.datasets.fetch_toxicity.html#skrub.datasets.fetch_toxicity" title="skrub.datasets.fetch_toxicity"><codeclass="xref py py-func docutils literal notranslate"><spanclass="pre">fetch_toxicity()</span></code></a> now returns a shuffled version of the dataset by default.
624
+
<aclass="reference external" href="https://github.com/skrub-data/skrub/pull/1892">#1892</a> by <aclass="reference external" href="https://github.com/rcap107">Riccardo Cappuzzo</a>.</p></li>
622
625
<li><p>Added a <codeclass="docutils literal notranslate"><spanclass="pre">metric</span></code> parameter to <aclass="reference internal" href="reference/generated/skrub.fuzzy_join.html#skrub.fuzzy_join" title="skrub.fuzzy_join"><codeclass="xref py py-func docutils literal notranslate"><spanclass="pre">fuzzy_join()</span></code></a> and <aclass="reference internal" href="reference/generated/skrub.Joiner.html#skrub.Joiner" title="skrub.Joiner"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">Joiner</span></code></a> to configure
623
626
the nearest-neighbor distance used for matching. The metric can be any value
624
627
supported by <aclass="reference external" href="https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestNeighbors.html#sklearn.neighbors.NearestNeighbors" title="(in scikit-learn v1.8)"><codeclass="xref py py-class docutils literal notranslate"><spanclass="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">#
685
688
<li><p><aclass="reference internal" href="reference/generated/skrub.selectors.has_nulls.html#skrub.selectors.has_nulls" title="skrub.selectors.has_nulls"><codeclass="xref py py-func docutils literal notranslate"><spanclass="pre">selectors.has_nulls()</span></code></a> now takes a <codeclass="docutils literal notranslate"><spanclass="pre">proportion</span></code> parameter, which allows
686
689
selecting columns that have a fraction of null values above the given threshold.
687
690
<aclass="reference external" href="https://github.com/skrub-data/skrub/pull/1881">#1881</a> by <aclass="reference external" href="https://github.com/gabrielapgomezji">Gabriela Gómez Jiménez</a>.</p></li>
688
-
<li><p><aclass="reference internal" href="reference/generated/skrub.selectors.has_dtype.html#skrub.selectors.has_dtype" title="skrub.selectors.has_dtype"><codeclass="xref py py-func docutils literal notranslate"><spanclass="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. <aclass="reference external" href="https://github.com/skrub-data/skrub/pull/2027">#2027</a> by
0 commit comments