Skip to content

Commit 8c95127

Browse files
author
Vianney Taquet
committed
Fix first block of text
1 parent 8aae7b6 commit 8c95127

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/regression/4-tutorials/plot_main-tutorial-regression.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@
88
# In this tutorial, we compare the prediction intervals estimated by MAPIE on a
99
# simple, one-dimensional, ground truth function
1010
# :math:`f(x) = x \times \sin(x)`.
11-
11+
#
1212
# Throughout this tutorial, we will answer the following questions:
13-
13+
#
1414
# - How well do the MAPIE strategies capture the aleatoric uncertainty
1515
# existing in the data?
16-
16+
#
1717
# - How do the prediction intervals estimated by the resampling strategies
1818
# evolve for new *out-of-distribution* data ?
19-
19+
#
2020
# - How do the prediction intervals vary between regressor models ?
21-
21+
#
2222
# Throughout this tutorial, we estimate the prediction intervals first using
2323
# a polynomial function, and then using a boosting model, and a simple neural
2424
# network.
25-
25+
#
2626
# **For practical problems, we advise using the faster CV+ or
2727
# Jackknife+-after-Bootstrap strategies.
2828
# For conservative prediction interval estimates, you can alternatively

0 commit comments

Comments
 (0)