Missing random state in Quantile Regression #405
Labels
Backlog
This is in the MAPIE team development backlog, yet to be prioritised.
Bug
Type: bug
Good first issue
Easy issue to start to contribute to MAPIE
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: