Skip to content

Missing random state in Quantile Regression #405

@gmartinonQM

Description

@gmartinonQM

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. (

random_state=random_state,
)

Could you please add the random_state in the constructor of MapieQuantileRegressor ?

Metadata

Metadata

Labels

Needs decisionThe MAPIE team is deciding what to do next.Other or internalIf no other grey tag is relevant or if issue from the MAPIE team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions