Skip to content

Commit

Permalink
Pushing the docs to dev/ for branch: main, commit f1000596dede7327d2d…
Browse files Browse the repository at this point in the history
…5365379c224bfe523b0f8
  • Loading branch information
dirty-cat-ci committed Nov 29, 2024
1 parent 0bfc7d9 commit 2ef98ec
Show file tree
Hide file tree
Showing 91 changed files with 49,968 additions and 49,962 deletions.
Binary file not shown.
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 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_02_text_with_string_encoders_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_02_text_with_string_encoders_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_02_text_with_string_encoders_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_02_text_with_string_encoders_004.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_02_text_with_string_encoders_005.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_02_text_with_string_encoders_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_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_08_join_aggregation_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_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.
1,920 changes: 960 additions & 960 deletions dev/_sources/auto_examples/00_getting_started.rst.txt

Large diffs are not rendered by default.

754 changes: 377 additions & 377 deletions dev/_sources/auto_examples/01_encodings.rst.txt

Large diffs are not rendered by default.

13,304 changes: 6,652 additions & 6,652 deletions dev/_sources/auto_examples/02_text_with_string_encoders.rst.txt

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dev/_sources/auto_examples/03_datetime_encoder.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -519,8 +519,8 @@ which ensures that the test set is always in the future.
.. code-block:: none
array([ -6664.06809097, -6520.55512687, -21139.48809623, -14220.22973497,
-14833.2791868 ])
array([ -6664.06809097, -6520.55512687, -21139.48809623, -13457.01933511,
-13864.09390548])
Expand Down Expand Up @@ -666,7 +666,7 @@ and transforms datetime columns by default.

.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 5.715 seconds)
**Total running time of the script:** (0 minutes 6.226 seconds)


.. _sphx_glr_download_auto_examples_03_datetime_encoder.py:
Expand Down
2 changes: 1 addition & 1 deletion dev/_sources/auto_examples/04_fuzzy_joining.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1715,7 +1715,7 @@ introduced into a grid search:
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 11.099 seconds)
**Total running time of the script:** (0 minutes 12.556 seconds)


.. _sphx_glr_download_auto_examples_04_fuzzy_joining.py:
Expand Down
2 changes: 1 addition & 1 deletion dev/_sources/auto_examples/05_deduplication.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ or |MinHash|.

.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 4.785 seconds)
**Total running time of the script:** (0 minutes 5.176 seconds)


.. _sphx_glr_download_auto_examples_05_deduplication.py:
Expand Down
4 changes: 2 additions & 2 deletions dev/_sources/auto_examples/06_ken_embeddings.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ We will start by checking out the available tables with
.. code-block:: none
{'schools', 'games', 'companies', 'all_entities', 'albums', 'movies'}
{'companies', 'albums', 'games', 'all_entities', 'schools', 'movies'}
Expand Down Expand Up @@ -839,7 +839,7 @@ It helped significantly improve the prediction score.

.. rst-class:: sphx-glr-timing

**Total running time of the script:** (1 minutes 22.443 seconds)
**Total running time of the script:** (1 minutes 44.576 seconds)


.. _sphx_glr_download_auto_examples_06_ken_embeddings.py:
Expand Down
4 changes: 2 additions & 2 deletions dev/_sources/auto_examples/07_multiple_key_join.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ The results:
/home/circleci/project/.pixi/envs/doc/lib/python3.12/site-packages/sklearn/preprocessing/_encoders.py:242: UserWarning: Found unknown categories in columns [0] during transform. These unknown categories will be encoded as all zeros
warnings.warn(
0.5576
0.5488
Expand All @@ -1244,7 +1244,7 @@ Our final cross-validated accuracy score is 0.55.

.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 16.142 seconds)
**Total running time of the script:** (0 minutes 21.174 seconds)


.. _sphx_glr_download_auto_examples_07_multiple_key_join.py:
Expand Down
Loading

0 comments on commit 2ef98ec

Please sign in to comment.