Skip to content

Commit 66c1ac6

Browse files
committed
fixing references
1 parent 2f120fa commit 66c1ac6

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

doc/getting_started_with_data_ops.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.. _getting_started_with_data_ops:
21

32
.. currentmodule:: skrub
43

@@ -22,11 +21,13 @@
2221
.. |skb.cross_validate| replace:: :meth:`~skrub.DataOp.skb.cross_validate`
2322
.. |skb.full_report| replace:: :meth:`~skrub.DataOp.skb.full_report`
2423

24+
.. _getting_started_with_data_ops:
25+
2526
Data Ops crash course
2627
=============================
2728

2829
What are Data Ops?
29-
-----------------
30+
------------------
3031

3132
**Data Ops** provide a powerful framework for building complex, flexible machine
3233
learning pipelines with tabular data. They allow you to express data transformations
@@ -121,7 +122,7 @@ Key Features of Data Ops
121122
:ref:`user_guide_data_ops_applying_different_transformers`.
122123

123124
Getting Started
124-
--------------
125+
---------------
125126

126127
To start using Data Ops, begin by creating variables with |var| (or the
127128
shortcuts |X| and |y|) and access the Data Ops
@@ -148,7 +149,7 @@ standard scikit-learn pipelines, allowing your models to accept arbitrary inputs
148149
beyond just DataFrames or arrays.
149150

150151
Common Usage Patterns
151-
--------------------
152+
---------------------
152153

153154
**Basic Single-Table Pipeline**
154155
Start with a DataFrame, mark features and target, apply transformers, and train a model:
@@ -192,7 +193,7 @@ Common Usage Patterns
192193

193194

194195
Learn More
195-
---------
196+
----------
196197

197198
For a comprehensive exploration of Data Ops capabilities, refer to the following resources:
198199

0 commit comments

Comments
 (0)