Skip to content

Commit

Permalink
remove metrics import
Browse files Browse the repository at this point in the history
  • Loading branch information
jteijema committed Oct 24, 2024
1 parent 9e51c7b commit 5fa3410
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions asreviewcontrib/insights/algorithms.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import numpy as np
from sklearn import metrics


def _recall_values(labels, x_absolute=False, y_absolute=False):
n_docs = len(labels)
Expand Down

0 comments on commit 5fa3410

Please sign in to comment.