This patch separates metrics by the task they target to measure.
So now, there are tree types of metrics:
binary metrics
categorical metrics
sparse categorical 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.
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.