Skip to content

Commit

Permalink
Pushing the docs to dev/ for branch: main, commit fa628088e919e65d38c…
Browse files Browse the repository at this point in the history
…74314584ba6e57e72b113
  • Loading branch information
dirty-cat-ci committed Sep 19, 2024
1 parent 1c4cd5b commit 10bd758
Show file tree
Hide file tree
Showing 83 changed files with 1,368 additions and 1,356 deletions.
9 changes: 7 additions & 2 deletions dev/CHANGES.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<meta property="og:type" content="website" />
<meta property="og:url" content="https://skrub-data.github.io/stable/CHANGES.html" />
<meta property="og:site_name" content="skrub" />
<meta property="og:description" content="Ongoing development: Skrub is a very recent package. It is currently undergoing fast development and backward compatibility is not ensured. Major changes: Minor changes: The reports created by Tabl..." />
<meta property="og:description" content="Ongoing development: Skrub is a very recent package. It is currently undergoing fast development and backward compatibility is not ensured. Major changes: Minor changes: For tree-based models, tabu..." />
<meta property="og:image" content="https://skrub-data.github.io/stable/_static/skrub.svg" />
<meta property="og:image:alt" content="skrub" />
<meta name="description" content="Ongoing development: Skrub is a very recent package. It is currently undergoing fast development and backward compatibility is not ensured. Major changes: Minor changes: The reports created by Tabl..." />
<meta name="description" content="Ongoing development: Skrub is a very recent package. It is currently undergoing fast development and backward compatibility is not ensured. Major changes: Minor changes: For tree-based models, tabu..." />

<title>Release history &#8212; skrub</title>

Expand Down Expand Up @@ -569,6 +569,11 @@ <h3>Major changes<a class="headerlink" href="#major-changes" title="Link to this
<section id="minor-changes">
<h3>Minor changes<a class="headerlink" href="#minor-changes" title="Link to this heading">#</a></h3>
<ul class="simple">
<li><p>For tree-based models, <a class="reference internal" href="reference/generated/skrub.tabular_learner.html#skrub.tabular_learner" title="skrub.tabular_learner"><code class="xref py py-func docutils literal notranslate"><span class="pre">tabular_learner()</span></code></a> now adds
<cite>handle_unknown=’use_encoded_value’</cite> to the <cite>OrdinalEncoder</cite>, to avoid
errors with new categories in the test set. This is consistent with the
setting of <cite>OneHotEncoder</cite> used by default in the
<a class="reference internal" href="reference/generated/skrub.TableVectorizer.html#skrub.TableVectorizer" title="skrub.TableVectorizer"><code class="xref py py-class docutils literal notranslate"><span class="pre">TableVectorizer</span></code></a>. <a class="reference external" href="https://github.com/skrub-data/skrub/pull/1078">#1078</a> by <a class="reference external" href="https://github.com/gaelvaroquaux">Gaël Varoquaux</a></p></li>
<li><p>The reports created by <a class="reference internal" href="reference/generated/skrub.TableReport.html#skrub.TableReport" title="skrub.TableReport"><code class="xref py py-class docutils literal notranslate"><span class="pre">TableReport</span></code></a>, when inserted in an html page (or
displayed in a notebook), now use the same font as the surrounding page.
<a class="reference external" href="https://github.com/skrub-data/skrub/pull/1038">#1038</a> by <a class="reference external" href="https://github.com/jeromedockes">Jérôme Dockès</a>.</p></li>
Expand Down
Binary file not shown.
Binary file modified dev/_downloads/28079b3b8fa6a36780f883fc70c5a85b/01_encodings.zip
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.
Binary file not shown.
Binary file modified dev/_images/sphx_glr_01_encodings_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_01_encodings_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_04_fuzzy_joining_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_04_fuzzy_joining_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_08_join_aggregation_003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_09_interpolation_join_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_09_interpolation_join_002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_09_interpolation_join_003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_09_interpolation_join_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions dev/_sources/CHANGES.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ Major changes

Minor changes
-------------

* For tree-based models, :func:`tabular_learner` now adds
`handle_unknown='use_encoded_value'` to the `OrdinalEncoder`, to avoid
errors with new categories in the test set. This is consistent with the
setting of `OneHotEncoder` used by default in the
:class:`TableVectorizer`. :pr:`1078` by :user:`Gaël Varoquaux <gaelvaroquaux>`

* The reports created by :class:`TableReport`, when inserted in an html page (or
displayed in a notebook), now use the same font as the surrounding page.
:pr:`1038` by :user:`Jérôme Dockès <jeromedockes>`.
Expand Down
116 changes: 58 additions & 58 deletions dev/_sources/auto_examples/00_getting_started.rst.txt

Large diffs are not rendered by default.

Loading

0 comments on commit 10bd758

Please sign in to comment.