Skip to content

Commit 562a746

Browse files
chkoarchkoar
authored andcommitted
Doc fix
1 parent 47e3507 commit 562a746

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)