We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed0ff9 commit 5ea1db3Copy full SHA for 5ea1db3
sklearn/neighbors/_lof.py
@@ -114,7 +114,7 @@ class LocalOutlierFactor(KNeighborsMixin,
114
By default, LocalOutlierFactor is only meant to be used for outlier
115
detection (novelty=False). Set novelty to True if you want to use
116
LocalOutlierFactor for novelty detection. In this case be aware that
117
- that you should only use predict, decision_function and score_samples
+ you should only use predict, decision_function and score_samples
118
on new unseen data and not on the training set.
119
120
.. versionadded:: 0.20
0 commit comments