Skip to content

Commit 1ed618e

Browse files
committed
small fixes
1 parent 18618f3 commit 1ed618e

3 files changed

Lines changed: 2 additions & 12 deletions

File tree

doc/modules/data_ops/validation/hyperparameter_tuning.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,6 @@ We can see the generated parameter grid with :func:`DataOps.skb.describe_param_g
200200
"- choose_from({'number': …, 'text': …}): ['number', 'text']\n"
201201

202202
A more advanced application of this technique is used in
203-
:ref:`this tutorial on forecasting timeseries <https://skrub-data.org/EuroSciPy2025/content/notebooks/single_horizon_prediction.html>_`,
203+
`this tutorial on forecasting timeseries <https://skrub-data.org/EuroSciPy2025/content/notebooks/single_horizon_prediction.html>`_,
204204
along with the feature engineering required to prepare the columns, and the
205205
analysis of the results.

doc/modules/tablereport/exploring_dataframes_interactively.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,6 @@ be copied in a script.
4545
The TableReport can be used in a notebook cell, or it can be opened in a browser
4646
window using ``TableReport(df).open()``.
4747

48-
It is also possible to export the |TableReport| in HTML or JSON format: see
49-
:ref:`user_guide_table_report_sharing` for more detail.
50-
51-
Customizing and sharing the |TableReport|
52-
=========================================
53-
54-
.. |set_config| replace:: :func:`~skrub.set_config`
55-
5648
.. _user_guide_table_report_customize:
5749

5850
Altering the Appearance of the |TableReport|
@@ -73,8 +65,6 @@ Parameters can be made permanent in a script by altering the configuration with
7365
|set_config|, or by setting the respective environment variables. Refer to
7466
:ref:`user_guide_configuration_parameters` for more detail.
7567

76-
.. |TableReport| replace:: :class:`~skrub.TableReport`
77-
7868
.. _user_guide_table_report_sharing:
7969

8070
Exporting and Sharing the |TableReport|

examples/00_getting_started.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
# a main table will be augmented with values from the best match in the auxiliary table.
192192
# You can control how distant fuzzy-matches are allowed to be with the
193193
# ``max_dist`` parameter.
194-
194+
#
195195
# Skrub also allows you to aggregate multiple tables according to various strategies.
196196
# You
197197
# can see other ways to join multiple tables in :ref:`user_guide_joining_dataframes`.

0 commit comments

Comments
 (0)