We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4902bfc commit 8de6580Copy full SHA for 8de6580
imblearn/keras/tests/test_generator.py
@@ -10,17 +10,12 @@
10
from keras.models import Sequential # noqa: E402
11
12
from imblearn.datasets import make_imbalance # noqa: E402
13
-from imblearn.keras import (
14
- BalancedBatchGenerator, # noqa: E402
15
- balanced_batch_generator, # noqa: E402
+from imblearn.keras import ( # noqa: E402
+ BalancedBatchGenerator,
+ balanced_batch_generator,
16
)
17
from imblearn.over_sampling import RandomOverSampler # noqa: E402
18
-from imblearn.under_sampling import (
19
- ClusterCentroids, # noqa: E402
20
- NearMiss, # noqa: E402
21
-)
22
-
23
-3
+from imblearn.under_sampling import ClusterCentroids, NearMiss # noqa: E402
24
25
26
@pytest.fixture
0 commit comments