Skip to content

Commit ded3f1e

Browse files
committedMay 23, 2024·
Fix formatting and indentation in regression tutorial
1 parent 2090163 commit ded3f1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
"""
1+
r"""
22
===============================
33
Tutorial for tabular regression
44
===============================
55
66
In this tutorial, we compare the prediction intervals estimated by MAPIE on a
7-
simple, one-dimensional, ground truth function
8-
:math:`f(x) = x \times \sin(x)`.
7+
simple, one-dimensional, ground truth function :math:`f(x) = x \times \sin(x)`.
98
Throughout this tutorial, we will answer the following questions:
109
- How well do the MAPIE strategies capture the aleatoric uncertainty
1110
existing in the data?
@@ -21,6 +20,7 @@
2120
use the CV-minmax strategies.**
2221
"""
2322

23+
2424
import os
2525
import warnings
2626

0 commit comments

Comments
 (0)
Please sign in to comment.