Skip to content

Commit 7aae9d9

Browse files
committed
iter
1 parent 0941a5e commit 7aae9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imblearn/under_sampling/_prototype_selection/_random_under_sampler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def _more_tags(self):
140140
"2darray",
141141
"string",
142142
"dask-array",
143-
"dask-dataframe"
143+
# "dask-dataframe"
144144
],
145145
"sample_indices": True,
146146
"allow_nan": True,

0 commit comments

Comments
 (0)