Skip to content

Commit

Permalink
Fix formatting and indentation in regression tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
LacombeLouis committed May 23, 2024
1 parent 2090163 commit ded3f1e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
"""
r"""
===============================
Tutorial for tabular regression
===============================
In this tutorial, we compare the prediction intervals estimated by MAPIE on a
simple, one-dimensional, ground truth function
:math:`f(x) = x \times \sin(x)`.
simple, one-dimensional, ground truth function :math:`f(x) = x \times \sin(x)`.
Throughout this tutorial, we will answer the following questions:
- How well do the MAPIE strategies capture the aleatoric uncertainty
existing in the data?
Expand All @@ -21,6 +20,7 @@
use the CV-minmax strategies.**
"""


import os
import warnings

Expand Down

0 comments on commit ded3f1e

Please sign in to comment.