Skip to content

Commit

Permalink
Pushing the docs to dev/ for branch: main, commit b9076d87831cc0bddcd…
Browse files Browse the repository at this point in the history
…a610088d8968adf34c1cf
  • Loading branch information
dirty-cat-ci committed Sep 6, 2024
1 parent 056d431 commit 1470725
Show file tree
Hide file tree
Showing 86 changed files with 3,341 additions and 5,352 deletions.
4 changes: 4 additions & 0 deletions dev/CHANGES.html
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,10 @@ <h3>Minor changes<a class="headerlink" href="#minor-changes" title="Link to this
cell in the TableReport can be copied without actually selecting the text (as
in a spreadsheet).
<a class="reference external" href="https://github.com/skrub-data/skrub/pull/1048">#1048</a> by <a class="reference external" href="https://github.com/jeromedockes">Jérôme Dockès</a>.</p></li>
<li><p>The selection of content displayed in the TableReport’s copy-paste boxes has
been removed. Now they always display the value of the selected item. When
copied, the repr of the selected item is copied to the clipboard.
<a class="reference external" href="https://github.com/skrub-data/skrub/pull/1058">#1058</a> by <a class="reference external" href="https://github.com/jeromedockes">Jérôme Dockès</a>.</p></li>
<li><p>A “stats” panel has been added to the TableReport, showing summary statistics
for all columns (number of missing values, mean, etc. – similar to
<code class="docutils literal notranslate"><span class="pre">pandas.info()</span></code> ) in a table.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"\n# Getting Started\n\nThis guide showcases the features of ``skrub``, an open-source package that aims at\nbridging the gap between tabular data sources and machine-learning models.\n\nMuch of ``skrub`` revolves around vectorizing, assembling, and encoding tabular data,\nto prepare data in a format that shallow or classic machine-learning models understand.\n"
"\n# Getting Started\n\n\nThis guide showcases the features of ``skrub``, an open-source package that aims at\nbridging the gap between tabular data sources and machine-learning models.\n\nMuch of ``skrub`` revolves around vectorizing, assembling, and encoding tabular data,\nto prepare data in a format that shallow or classic machine-learning models understand.\n"
]
},
{
Expand Down
Binary file not shown.
Binary file modified dev/_downloads/28079b3b8fa6a36780f883fc70c5a85b/01_encodings.zip
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Getting Started
===============
This guide showcases the features of ``skrub``, an open-source package that aims at
bridging the gap between tabular data sources and machine-learning models.
Expand Down
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_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.
5 changes: 5 additions & 0 deletions dev/_sources/CHANGES.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ Minor changes
in a spreadsheet).
:pr:`1048` by :user:`Jérôme Dockès <jeromedockes>`.

* The selection of content displayed in the TableReport's copy-paste boxes has
been removed. Now they always display the value of the selected item. When
copied, the repr of the selected item is copied to the clipboard.
:pr:`1058` by :user:`Jérôme Dockès <jeromedockes>`.

* A "stats" panel has been added to the TableReport, showing summary statistics
for all columns (number of missing values, mean, etc. -- similar to
``pandas.info()`` ) in a table.
Expand Down
3,582 changes: 1,286 additions & 2,296 deletions dev/_sources/auto_examples/00_getting_started.rst.txt

Large diffs are not rendered by default.

Loading

0 comments on commit 1470725

Please sign in to comment.