Max Ploner

Results 3 issues of Max Ploner

When using mixed tuples, values are (currently) only cast if the data contains a tuple as well. If the data contains a list, this leads to unexpected behavior (see #227)....

**Describe the bug** *This is issue is potentially related to #73.* If a tuple is expected, but the data contains another collection (e.g. a list), the tuple is treated as...

bug

## 🚀 Feature Add a parameter to `MulticlassStatScores` and `MultilabelStatScores` to control which classes/labels to include in averaging. ### Motivation Sklearn's [`precision_recall_fscore_support`](https://scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_recall_fscore_support.html#sklearn.metrics.precision_recall_fscore_support) allows users to define the labels used in...

enhancement