Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Sep 19, 2018
1 parent 5f20a62 commit 40a97dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/papierstat/mltricks/sklearn_example_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def fit(self, X, y=None, sample_weight=None):
def predict(self, X):
"""
Predicts, usually, it calls the
:meth:`decision_function <papierstat.mltricks.sklearn_example_classifier.SkCustomKnn.decision_function>`
:meth:`decision_function <papierstat.mltricks.sklearn_example_classifier.SkCustomKnn.decision_function>`
method.
@param X Samples, {array-like, sparse matrix}, shape = (n_samples, n_features)
Expand Down

0 comments on commit 40a97dc

Please sign in to comment.