From 5fa341016c8a58864254d24f45ed5c328f994f6f Mon Sep 17 00:00:00 2001 From: jteijema Date: Thu, 24 Oct 2024 16:40:09 +0200 Subject: [PATCH] remove metrics import --- asreviewcontrib/insights/algorithms.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/asreviewcontrib/insights/algorithms.py b/asreviewcontrib/insights/algorithms.py index 847997e..3516afb 100644 --- a/asreviewcontrib/insights/algorithms.py +++ b/asreviewcontrib/insights/algorithms.py @@ -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)