Skip to content

Commit 03eb27e

Browse files
Anaël Beaugnonjnothman
authored andcommitted
DOC Fix typo. (scikit-learn#13813)
1 parent f688e28 commit 03eb27e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sklearn/neighbors/lof.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ def _decision_function(self, X):
401401
def score_samples(self):
402402
"""Opposite of the Local Outlier Factor of X.
403403
404-
It is the opposite as as bigger is better, i.e. large values correspond
404+
It is the opposite as bigger is better, i.e. large values correspond
405405
to inliers.
406406
407407
Only available for novelty detection (when novelty is set to True).
@@ -437,7 +437,7 @@ def score_samples(self):
437437
def _score_samples(self, X):
438438
"""Opposite of the Local Outlier Factor of X.
439439
440-
It is the opposite as as bigger is better, i.e. large values correspond
440+
It is the opposite as bigger is better, i.e. large values correspond
441441
to inliers.
442442
443443
Only available for novelty detection (when novelty is set to True).

0 commit comments

Comments
 (0)