Skip to content

Commit 880f7c7

Browse files
committed
iter
1 parent 3a9dcbd commit 880f7c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

imblearn/pipeline.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545

4646
if "fit_predict" not in METHODS:
4747
METHODS.append("fit_predict")
48+
if "fit_transform" not in METHODS:
49+
METHODS.append("fit_transform")
4850
METHODS.append("fit_resample")
4951

5052
__all__ = ["Pipeline", "make_pipeline"]

0 commit comments

Comments
 (0)