sample_weight is not passed to metrics in cross validation routines
Open
- Dominant language
- Python
- Stars
- 951
- Forks
- 262
- PR merge metrics
- No merged PRs in 30d
Description
`sample_weight` is not passed to `sklearn.metrics` in cross validation routines. In some cases, this causes cross validation routines to return suboptimal hyper-parameter configurations based on the training distribution.
This has a loose relationship to #251
Contributor guide
Assessment
This issue has not been assessed yet.