Skip to content

Commit 1a829fb

Browse files
committed
fix: unnecessary imports removed
1 parent 1a19391 commit 1a829fb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modAL/expected_error.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
Expected error reduction framework for active learning.
33
"""
44

5-
from typing import Tuple, Callable
5+
from typing import Tuple
66

77
import numpy as np
88

9-
from scipy.stats import entropy
10-
119
from sklearn.base import clone
1210
from sklearn.exceptions import NotFittedError
1311

0 commit comments

Comments
 (0)