-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Labels
Needs decisionThe MAPIE team is deciding what to do next.The MAPIE team is deciding what to do next.Other or internalIf no other grey tag is relevant or if issue from the MAPIE teamIf no other grey tag is relevant or if issue from the MAPIE team
Description
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 value None
. (
MAPIE/mapie/regression/quantile_regression.py
Line 391 in 2681b82
random_state=random_state, |
Could you please add the random_state
in the constructor of MapieQuantileRegressor ?
Metadata
Metadata
Assignees
Labels
Needs decisionThe MAPIE team is deciding what to do next.The MAPIE team is deciding what to do next.Other or internalIf no other grey tag is relevant or if issue from the MAPIE teamIf no other grey tag is relevant or if issue from the MAPIE team