keras
keras copied to clipboard
[Contributors Wanted] Better `sample_weights` test coverage for Metrics
It seems that in at least one case in a Metric object, the sample_weight argument wasn't being tested. See: #15997 #15939
We should add coverage for sample_weight in a systematic manner to the tests for all metrics. Right now it seems we have generic tests for sample weights, but not systematic tests for each specific metrics.
@fchollet Can I work on this if no one else is?