We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd9116 commit a6e975bCopy full SHA for a6e975b
imblearn/base.py
@@ -9,7 +9,6 @@
9
import numpy as np
10
11
from sklearn.base import BaseEstimator
12
-from sklearn.preprocessing import label_binarize
13
14
from .dask._support import is_dask_collection
15
from .utils import check_sampling_strategy, check_target_type
imblearn/dask/preprocessing.py
@@ -1,6 +1,3 @@
1
-import numpy as np
2
-
3
4
def label_binarize(y, *, classes):
5
import pandas as pd
6
from dask import dataframe
0 commit comments