-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
Adding sample_weightsupport to DummyRegresor #3420
Copy link
Copy link
Closed
Labels
EasyWell-defined and straightforward way to resolveWell-defined and straightforward way to resolveEnhancement
Description
DummyRegressor could easily support sample_weight.
The main challenge is to implement a weighted quantile median function. For reference,
- we already have a implementation of weighted median that is hidden in the weight boosting module.
- this package implements weighted quantile and is mit licensed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
EasyWell-defined and straightforward way to resolveWell-defined and straightforward way to resolveEnhancement