File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
examples/regression/4-tutorials Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments