Skip to content

Commit

Permalink
prune deprecated metrics (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Feb 23, 2021
1 parent c8ee853 commit 5f57794
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 453 deletions.
2 changes: 0 additions & 2 deletions torchmetrics/functional/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@
from torchmetrics.functional.classification import ( # noqa: F401
dice_score,
get_num_classes,
multiclass_auroc,
stat_scores_multiple_classes,
to_categorical,
to_onehot,
)
from torchmetrics.functional.confusion_matrix import confusion_matrix # noqa: F401
from torchmetrics.functional.explained_variance import explained_variance # noqa: F401
Expand Down
Loading

0 comments on commit 5f57794

Please sign in to comment.