netrack / keras-metrics

Metrics for Keras. DEPRECATED since Keras 2.3.0
MIT License
165 stars 23 forks source link

Add F1 score to metrics #10

Closed michetonu closed 6 years ago

michetonu commented 6 years ago

I added the F1 score as it's a widely used metric for training ML models, and I think it would be a very useful addition.

ybubnov commented 6 years ago

@michetonu, outstanding changes, I like this PR!

michetonu commented 6 years ago

@ybubnov happy to be of help! I'm thinking of also adding F0.5 and F2 in the future, for completeness' sake.

ybubnov commented 6 years ago

@michetonu, that would be awesome.