Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhao062 committed Jul 16, 2019
1 parent c282dc0 commit 1fabb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyod/models/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def decision_function(self, X):
Parameters
----------
X : numpy array of shape (n_samples, n_features)
The training input samples. Sparse matrices are accepted only
The input samples. Sparse matrices are accepted only
if they are supported by the base estimator.
Returns
Expand Down

0 comments on commit 1fabb32

Please sign in to comment.