-
Notifications
You must be signed in to change notification settings - Fork 128
Description
Hi all, and thanks again for all your developments of MAPIE !
I recently struggled with CQR, wondering what was the impact of the symmetry argument in MapieQuantileRegressor.predict function. The docstring is quite elusive :
"Deciding factor to whether to find the quantile value for each residuals separatly or to use the maximum of the two combined."
(BTW there is a typo on "separatly" -> "separately").
And I cannot find more information, be it in the theoretical description, the tutorial on CQR or the 1D-heteroscedastic example.
Would it be possible to better describe the impact of the argument and to illustrate it in the tutorial for example ?
Moreover, I am not sure that I understand the notations in the theoretical description. For example, there are three different notations E_i, E_{low} and E_{high} but none is defined. As for the vocabulary, I find the word "residual" confusing in the context of CQR, because it suggests that we compute the difference between the target and the main model prediction (the median estimator) whereas we compare with the other two quantiles.
Would it be possible to clarify these points ?
Thanks in advance !
