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 3a9dcbd commit 880f7c7Copy full SHA for 880f7c7
imblearn/pipeline.py
@@ -45,6 +45,8 @@
45
46
if "fit_predict" not in METHODS:
47
METHODS.append("fit_predict")
48
+if "fit_transform" not in METHODS:
49
+ METHODS.append("fit_transform")
50
METHODS.append("fit_resample")
51
52
__all__ = ["Pipeline", "make_pipeline"]
0 commit comments