File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -401,7 +401,7 @@ def _decision_function(self, X):
401
401
def score_samples (self ):
402
402
"""Opposite of the Local Outlier Factor of X.
403
403
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
405
405
to inliers.
406
406
407
407
Only available for novelty detection (when novelty is set to True).
@@ -437,7 +437,7 @@ def score_samples(self):
437
437
def _score_samples (self , X ):
438
438
"""Opposite of the Local Outlier Factor of X.
439
439
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
441
441
to inliers.
442
442
443
443
Only available for novelty detection (when novelty is set to True).
You can’t perform that action at this time.
0 commit comments