Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5ea1db3

Browse filesBrowse files
Okroshiashviliglemaitre
authored andcommitted
DOC Remove extra word from LOF docstring (#19477)
1 parent 9ed0ff9 commit 5ea1db3
Copy full SHA for 5ea1db3

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎sklearn/neighbors/_lof.py

Copy file name to clipboardExpand all lines: sklearn/neighbors/_lof.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class LocalOutlierFactor(KNeighborsMixin,
114114
By default, LocalOutlierFactor is only meant to be used for outlier
115115
detection (novelty=False). Set novelty to True if you want to use
116116
LocalOutlierFactor for novelty detection. In this case be aware that
117-
that you should only use predict, decision_function and score_samples
117+
you should only use predict, decision_function and score_samples
118118
on new unseen data and not on the training set.
119119
120120
.. versionadded:: 0.20

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.