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: dev/CHANGES.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -612,6 +612,9 @@ <h3>New Features<a class="headerlink" href="#id2" title="Link to this heading">#
612
612
the <codeclass="docutils literal notranslate"><spanclass="pre">cv</span></code> splitter and <codeclass="docutils literal notranslate"><spanclass="pre">split_kwargs</span></code> passed to
613
613
<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>
614
614
by <aclass="reference external" href="https://github.com/jeromedockes">Jérôme Dockès</a>.</p></li>
615
+
<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
616
+
by passing the dtype objects they want to match. <aclass="reference external" href="https://github.com/skrub-data/skrub/pull/2027">#2027</a> by
@@ -631,9 +634,9 @@ <h3>Changes<a class="headerlink" href="#id3" title="Link to this heading">#</a><
631
634
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
632
635
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
633
636
columns to <codeclass="docutils literal notranslate"><spanclass="pre">float32</span></code>.
634
-
<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>
635
-
<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.
636
-
<aclass="reference external" href="https://github.com/skrub-data/skrub/pull/1892">#1892</a> by user:<cite>Riccardo Cappuzzo <rcap107></cite>.</p></li>
637
+
<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>
638
+
<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.
639
+
<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>
637
640
<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
638
641
the nearest-neighbor distance used for matching. The metric can be any value
639
642
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).
@@ -700,9 +703,6 @@ <h3>New Features<a class="headerlink" href="#id6" title="Link to this heading">#
700
703
<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
701
704
selecting columns that have a fraction of null values above the given threshold.
702
705
<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>
703
-
<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
704
-
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