netrack / keras-metrics

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

Independent metrics #31

Closed ybubnov closed 5 years ago

ybubnov commented 5 years ago

This patch separates metrics by the task they target to measure. So now, there are tree types of metrics:

To preserve backward compatibility with the older code, old names "precision", "recall", etc. refer to the "binary_precision", "binary_recall", etc. respectively.

These changes require to bump major version of the package.