Juraj Fulir
Results
2
comments of
Juraj Fulir
Isn't Dice score equivalent to F1 score ([link](https://en.wikipedia.org/wiki/S%C3%B8rensen%E2%80%93Dice_coefficient#Name))? Mathematically it works out the same, not sure if there are some implementation nuances. If both are the same, maybe just add...
I can confirm same behaviour of `ignore_index` for other multiclass classification metrics (like precision, recall, f1) on `v1.2.0`. When using the `ignore_index` value, that class is simply filtered out from...