Missing random state in Quantile Regression #405
Labels
MAPIE v1
Indicate that the issue will be resolved with the release of MAPIE v1
Other or internal
If no other grey tag is relevant or if issue from the MAPIE team
I am trying to get reproducible results with MapieQuantileRegressor with the "split" method. Unfortunately :
TypeError: MapieQuantileRegressor.__init__() got an unexpected keyword argument 'random_state'
Whereas the attribute
random_state
is indeed used in the code of MapieQuantileRegressor, but always with the default valueNone
. (MAPIE/mapie/regression/quantile_regression.py
Line 391 in 2681b82
Could you please add the
random_state
in the constructor of MapieQuantileRegressor ?The text was updated successfully, but these errors were encountered: