Skip to content

Commit 77d57ea

Browse files
authored
Merge pull request #81 from chkoar/pipeline
Doc fix in pipeline
2 parents a833fac + 562a746 commit 77d57ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unbalanced_dataset/pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def fit_sample(self, X, y=None, **fit_params):
162162
def sample(self, X, y):
163163
"""Applies transforms to the data, and the sample method of
164164
the final estimator. Valid only if the final estimator
165-
implements predict.
165+
implements sample.
166166
167167
Parameters
168168
----------

0 commit comments

Comments
 (0)