Skip to content

Commit 9fa8b57

Browse files
authored
Update pipeline.py
1 parent ee7773b commit 9fa8b57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

imblearn/pipeline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ def _validate_steps(self):
170170
def _iter(
171171
self, with_final=True, filter_passthrough=True, filter_resample=True
172172
):
173-
"""Generate (idx, (name, trans)) tuples from self.steps
174-
173+
"""Generate (idx, (name, trans)) tuples from self.steps.
174+
175175
When `filter_passthrough` is `True`, 'passthrough' and None transformers
176176
are filtered out. When `filter_resample` is `True`, estimator with a
177177
method `fit_resample` are filtered out.

0 commit comments

Comments
 (0)