You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
For MapieQuantileRegressor the fit and predict have a # type: ignore for the moment due to typing issues during the implementation. The issue seemed to come from the fact that MapieQuantileRegressor is a child class of MapieRegressor, however, this typing error did not occur in other methods such as time_series_regression.py, so it would interesting to investigate why this occurs of MapieQuantileRegressor.
Describe the bug
For
MapieQuantileRegressor
thefit
andpredict
have a# type: ignore
for the moment due to typing issues during the implementation. The issue seemed to come from the fact thatMapieQuantileRegressor
is a child class ofMapieRegressor
, however, this typing error did not occur in other methods such as time_series_regression.py, so it would interesting to investigate why this occurs ofMapieQuantileRegressor
.To Reproduce
Steps to reproduce the behavior:
fit
orpredict
and delete the# type: ignore
.make type-check
in the terminal and you will get the errors mentionned.The text was updated successfully, but these errors were encountered: