nf-core / deepmodeloptim

Stochastic Testing and Input Manipulation for Unbiased Learning Systems
https://nf-co.re/deepmodeloptim
MIT License
23 stars 9 forks source link

Performance: define metrics per class #147

Closed luisas closed 1 month ago

luisas commented 6 months ago

Currently, if the label is a continous value we cannot do roc nad it throws an error.

We could create difference classes of metrics that are applicable to the different types of label classes. Or at least skip the ones that cannot be run and not throw an error

mathysgrapotte commented 1 month ago

cf stimulus-py