Skip to content

Commit

Permalink
Pushing the docs to dev/ for branch: main, commit 817b914d7d64c67fb41…
Browse files Browse the repository at this point in the history
…c0e7c229a103af27c2461
  • Loading branch information
dirty-cat-ci committed Sep 5, 2024
1 parent b42f522 commit 7baa3de
Show file tree
Hide file tree
Showing 1,192 changed files with 9,349 additions and 9,439 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_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.
98 changes: 49 additions & 49 deletions dev/_sources/auto_examples/00_getting_started.rst.txt

Large diffs are not rendered by default.

762 changes: 381 additions & 381 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.527 seconds)
**Total running time of the script:** (0 minutes 1.555 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, -13132.89442582,
-13691.66353304])
array([ -6664.06809097, -6520.55512687, -21139.48809623, -13512.68956733,
-14029.89512825])
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.342 seconds)
**Total running time of the script:** (0 minutes 5.415 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.335 seconds)
**Total running time of the script:** (0 minutes 10.975 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.464 seconds)
**Total running time of the script:** (0 minutes 4.629 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
{'games', 'companies', 'albums', 'schools', 'movies', 'all_entities'}
{'albums', 'companies', 'schools', 'games', 'movies', 'all_entities'}
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 2.503 seconds)
**Total running time of the script:** (1 minutes 4.641 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.58975)
np.float64(0.5852)
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:** (7 minutes 23.633 seconds)
**Total running time of the script:** (7 minutes 27.556 seconds)


.. _sphx_glr_download_auto_examples_07_multiple_key_join.py:
Expand Down
92 changes: 46 additions & 46 deletions dev/_sources/auto_examples/08_join_aggregation.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1244,75 +1244,75 @@ operation maximizing our validation score.
</tr>
<tr>
<th>split1_test_score</th>
<td>0.041244</td>
<td>0.048620</td>
<td>0.062145</td>
<td>0.076732</td>
<td>0.059912</td>
<td>0.043017</td>
<td>0.036555</td>
<td>0.077197</td>
<td>0.085084</td>
<td>0.080180</td>
</tr>
<tr>
<th>split2_test_score</th>
<td>0.075723</td>
<td>0.073573</td>
<td>0.087034</td>
<td>0.094094</td>
<td>0.096841</td>
<td>0.075512</td>
<td>0.087045</td>
<td>0.089763</td>
<td>0.096269</td>
<td>0.099988</td>
</tr>
<tr>
<th>split3_test_score</th>
<td>0.040906</td>
<td>0.060164</td>
<td>0.066911</td>
<td>0.069631</td>
<td>0.086058</td>
<td>0.034233</td>
<td>0.060123</td>
<td>0.057821</td>
<td>0.053986</td>
<td>0.068035</td>
</tr>
<tr>
<th>split4_test_score</th>
<td>0.145557</td>
<td>0.122425</td>
<td>0.147162</td>
<td>0.151474</td>
<td>0.148267</td>
<td>0.154508</td>
<td>0.130282</td>
<td>0.134653</td>
<td>0.150730</td>
<td>0.155610</td>
</tr>
<tr>
<th>split5_test_score</th>
<td>0.105667</td>
<td>0.109783</td>
<td>0.109856</td>
<td>0.107332</td>
<td>0.118000</td>
<td>0.109209</td>
<td>0.114212</td>
<td>0.109124</td>
<td>0.109545</td>
<td>0.114621</td>
</tr>
<tr>
<th>split6_test_score</th>
<td>0.081254</td>
<td>0.097939</td>
<td>0.105613</td>
<td>0.100642</td>
<td>0.106835</td>
<td>0.081736</td>
<td>0.106150</td>
<td>0.101777</td>
<td>0.112142</td>
<td>0.105050</td>
</tr>
<tr>
<th>split7_test_score</th>
<td>0.070068</td>
<td>0.067926</td>
<td>0.063261</td>
<td>0.055403</td>
<td>0.075213</td>
<td>0.069157</td>
<td>0.062553</td>
<td>0.058377</td>
<td>0.059415</td>
<td>0.074140</td>
</tr>
<tr>
<th>split8_test_score</th>
<td>0.113919</td>
<td>0.107962</td>
<td>0.117693</td>
<td>0.125624</td>
<td>0.127990</td>
<td>0.104055</td>
<td>0.112299</td>
<td>0.119959</td>
<td>0.108368</td>
<td>0.130379</td>
</tr>
<tr>
<th>split9_test_score</th>
<td>0.114922</td>
<td>0.162846</td>
<td>0.163326</td>
<td>0.165106</td>
<td>0.182040</td>
<td>0.123207</td>
<td>0.157055</td>
<td>0.170808</td>
<td>0.162324</td>
<td>0.187391</td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -1411,7 +1411,7 @@ exhaustive histogram over all the possible values of ratings

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

**Total running time of the script:** (0 minutes 17.343 seconds)
**Total running time of the script:** (0 minutes 19.338 seconds)


.. _sphx_glr_download_auto_examples_08_join_aggregation.py:
Expand Down
62 changes: 31 additions & 31 deletions dev/_sources/auto_examples/09_interpolation_join.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,9 @@ to the right side table column names.
<td>42.6</td>
<td>0.0</td>
<td>NaN</td>
<td>33.557392</td>
<td>65.141396</td>
<td>-0.163380</td>
<td>34.489693</td>
<td>76.813558</td>
<td>-0.120121</td>
</tr>
<tr>
<th>1</th>
Expand All @@ -376,9 +376,9 @@ to the right side table column names.
<td>26.9</td>
<td>NaN</td>
<td>NaN</td>
<td>27.083000</td>
<td>64.236241</td>
<td>0.090523</td>
<td>26.495030</td>
<td>74.656943</td>
<td>0.178413</td>
</tr>
<tr>
<th>2</th>
Expand All @@ -388,9 +388,9 @@ to the right side table column names.
<td>41.6</td>
<td>NaN</td>
<td>NaN</td>
<td>30.648304</td>
<td>24.107607</td>
<td>-0.080074</td>
<td>31.590093</td>
<td>14.871067</td>
<td>-0.085755</td>
</tr>
<tr>
<th>3</th>
Expand All @@ -400,9 +400,9 @@ to the right side table column names.
<td>46.6</td>
<td>0.0</td>
<td>NaN</td>
<td>33.495433</td>
<td>35.083910</td>
<td>-0.167067</td>
<td>34.141950</td>
<td>46.286897</td>
<td>-0.085755</td>
</tr>
<tr>
<th>4</th>
Expand All @@ -412,9 +412,9 @@ to the right side table column names.
<td>36.1</td>
<td>0.0</td>
<td>NaN</td>
<td>30.382194</td>
<td>27.846930</td>
<td>0.113648</td>
<td>29.411487</td>
<td>15.505438</td>
<td>-0.093646</td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -596,7 +596,7 @@ maximum daily temperature.
<td>MI</td>
<td>42.212059</td>
<td>-83.348836</td>
<td>1.653843</td>
<td>0.902713</td>
</tr>
<tr>
<th>1</th>
Expand All @@ -608,7 +608,7 @@ maximum daily temperature.
<td>TX</td>
<td>32.895951</td>
<td>-97.037200</td>
<td>21.136283</td>
<td>20.658611</td>
</tr>
<tr>
<th>2</th>
Expand All @@ -620,7 +620,7 @@ maximum daily temperature.
<td>NC</td>
<td>36.097747</td>
<td>-79.937297</td>
<td>17.174687</td>
<td>17.488719</td>
</tr>
<tr>
<th>3</th>
Expand All @@ -632,7 +632,7 @@ maximum daily temperature.
<td>IL</td>
<td>41.979595</td>
<td>-87.904464</td>
<td>16.052158</td>
<td>17.060756</td>
</tr>
<tr>
<th>4</th>
Expand All @@ -644,7 +644,7 @@ maximum daily temperature.
<td>TX</td>
<td>32.895951</td>
<td>-97.037200</td>
<td>12.654126</td>
<td>12.500708</td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -695,11 +695,11 @@ Washington, Minnesota.
state
AK -3.280965
MT 0.002976
WA 0.441831
ND 0.821125
MN 1.358818
AK -3.896891
MT -0.396969
WA 0.173571
ND 1.099038
MN 1.228416
Name: TMAX, dtype: float64
Expand All @@ -725,11 +725,11 @@ Florida, Louisiana.
state
LA 21.629348
FL 24.647939
HI 26.823015
VI 29.845017
PR 30.495075
LA 21.720387
FL 24.863891
HI 27.258209
VI 29.949507
PR 30.398377
Name: TMAX, dtype: float64
Expand Down Expand Up @@ -814,7 +814,7 @@ estimators.

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

**Total running time of the script:** (0 minutes 5.285 seconds)
**Total running time of the script:** (0 minutes 6.017 seconds)


.. _sphx_glr_download_auto_examples_09_interpolation_join.py:
Expand Down
Loading

0 comments on commit 7baa3de

Please sign in to comment.