ChEB-AI / python-chebai

GNU Affero General Public License v3.0
11 stars 4 forks source link

Metrics implementations need to be tested / documented #22

Closed sfluegel05 closed 3 months ago

sfluegel05 commented 4 months ago

Currently, we use the torchmetrics library for metrics. However, we also have a custom implementation for the macro-f1.

Test the Macro-F1

Document implementation

Add balanced accuracy metric