Skip to content
Snippets Groups Projects
Commit a11294a2 authored by Albert Thomas's avatar Albert Thomas Committed by Andreas Mueller
Browse files

FIX docstring of negative_outlier_factor_ in LOF (#9809)

parent ed5511cc
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ class LocalOutlierFactor(NeighborsBase, KNeighborsMixin, UnsupervisedMixin):
Attributes
----------
negative_outlier_factor_ : numpy array, shape (n_samples,)
The opposite LOF of the training samples. The lower, the more normal.
The opposite LOF of the training samples. The lower, the more abnormal.
Inliers tend to have a LOF score close to 1, while outliers tend
to have a larger LOF score.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment