Skip to content

Commit afc234d

Browse files
DOC: datacraft feedbacks (#725)
1 parent f758aa3 commit afc234d

File tree

5 files changed

+7
-2
lines changed

5 files changed

+7
-2
lines changed

doc/images/cp_prefit.png

-37.5 KB
Loading

doc/images/cp_split.png

-41.9 KB
Loading

doc/images/cqr.png

232 KB
Loading

doc/split_cross_conformal.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ Split conformal predictions with a pre-trained model
2626
------------------------------------------------------------------------------------
2727

2828
.. image:: images/cp_prefit.png
29-
:width: 600
29+
:width: 800
3030
:align: center
3131

3232

3333
Split conformal predictions with an untrained model
3434
------------------------------------------------------------------------------------
3535

3636
.. image:: images/cp_split.png
37-
:width: 600
37+
:width: 800
3838
:align: center
3939

4040

doc/theoretical_description_regression.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,11 @@ heteroscedastic data. It uses quantile regressors with different quantile values
259259
the prediction bounds. The residuals of these methods are used to create the guaranteed
260260
coverage value.
261261

262+
The figure below illustrates the conformalized quantile regression method.
263+
264+
.. image:: images/cqr.png
265+
:width: 800
266+
262267
Notations and Definitions
263268
-------------------------
264269
- :math:`\mathcal{I}_1` is the set of indices of the data in the training set.

0 commit comments

Comments
 (0)