keras icon indicating copy to clipboard operation
keras copied to clipboard

[Contributors Wanted] Better `sample_weights` test coverage for Metrics

Open fchollet opened this issue 3 years ago • 1 comments

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 avatar Feb 02 '22 17:02 fchollet

@fchollet Can I work on this if no one else is?

Shreyz-max avatar Aug 26 '22 02:08 Shreyz-max