Skip to content

Commit 54958d1

Browse files
committed
Fix doc
1 parent 7aafcae commit 54958d1

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

doc/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Utils (from mapie_v1)
8888

8989
.. autosummary::
9090
:toctree: generated/
91-
:template: class.rst
91+
:template: function.rst
9292

9393
mapie_v1.utils.train_conformalize_test_split
9494

doc/images/quickstart_1.png

-1.51 KB
Loading

doc/split_cross_conformal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In all cases, the training/conformalization process can be broken down as follow
1818
==============================
1919

2020
- Compute conformity scores ("conformalization") on a conformity set not seen by the model during training.
21-
(Use :function:`~mapie_v1.utils.train_conformalize_test_split` to obtain the different sets.)
21+
(Use :func:`~mapie_v1.utils.train_conformalize_test_split` to obtain the different sets.)
2222

2323
**MAPIE** then uses the conformity scores to estimate sets associated with the desired coverage on new data with strong theoretical guarantees.
2424

0 commit comments

Comments
 (0)