Skip to content

Commit

Permalink
Pushing the docs to dev/ for branch: main, commit 69d3dfd0cc31265d473…
Browse files Browse the repository at this point in the history
…23e7470c169c308223f26
  • Loading branch information
dirty-cat-ci committed Nov 18, 2024
1 parent b74dace commit b9ecd4a
Show file tree
Hide file tree
Showing 84 changed files with 35,551 additions and 35,571 deletions.
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_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,902 changes: 951 additions & 951 deletions dev/_sources/auto_examples/00_getting_started.rst.txt

Large diffs are not rendered by default.

756 changes: 378 additions & 378 deletions dev/_sources/auto_examples/01_encodings.rst.txt

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ as a set of latent topics.

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

**Total running time of the script:** (0 minutes 1.529 seconds)
**Total running time of the script:** (0 minutes 1.684 seconds)


.. _sphx_glr_download_auto_examples_02_feature_interpretation_with_gapencoder.py:
Expand Down
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, -13965.27050381,
-13969.42532396])
array([ -6664.06809097, -6520.55512687, -21139.48809623, -13098.86901921,
-14310.8213008 ])
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.418 seconds)
**Total running time of the script:** (0 minutes 5.679 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 10.719 seconds)
**Total running time of the script:** (0 minutes 11.282 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.502 seconds)
**Total running time of the script:** (0 minutes 4.761 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
{'all_entities', 'companies', 'schools', 'games', 'movies', 'albums'}
{'schools', 'albums', 'games', 'all_entities', 'companies', '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 0.340 seconds)
**Total running time of the script:** (1 minutes 4.537 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 @@ -1228,7 +1228,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(
np.float64(0.58745)
np.float64(0.58075)
Expand All @@ -1246,7 +1246,7 @@ Our final cross-validated accuracy score is 0.58.

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

**Total running time of the script:** (6 minutes 42.085 seconds)
**Total running time of the script:** (7 minutes 12.478 seconds)


.. _sphx_glr_download_auto_examples_07_multiple_key_join.py:
Expand Down
Loading

0 comments on commit b9ecd4a

Please sign in to comment.