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 9fa8b57 commit a9d7909Copy full SHA for a9d7909
imblearn/pipeline.py
@@ -172,9 +172,9 @@ def _iter(
172
):
173
"""Generate (idx, (name, trans)) tuples from self.steps.
174
175
- When `filter_passthrough` is `True`, 'passthrough' and None transformers
176
- are filtered out. When `filter_resample` is `True`, estimator with a
177
- method `fit_resample` are filtered out.
+ When `filter_passthrough` is `True`, 'passthrough' and None
+ transformers are filtered out. When `filter_resample` is `True`,
+ estimator with a method `fit_resample` are filtered out.
178
"""
179
it = super()._iter(with_final, filter_passthrough)
180
if filter_resample:
0 commit comments