Missing random state in Quantile Regression #405
Labels
Bug
Type: bug
Good first issue
Easy issue to start to contribute to MAPIE
Needs decision
The MAPIE team is deciding what to do next.
Regression
Related to regression (excluding time series)
Source: developers
Proposed by developers.
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: