Skip to content

Commit fee46f7

Browse files
committed
iter
1 parent 795b269 commit fee46f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

imblearn/over_sampling/_adasyn.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,3 +178,8 @@ def _fit_resample(self, X, y):
178178
y_resampled = np.hstack(y_resampled)
179179

180180
return X_resampled, y_resampled
181+
182+
def _more_tags(self):
183+
return {
184+
"X_types": ["2darray", "string"],
185+
}

0 commit comments

Comments
 (0)