Skip to content

Commit 30816ac

Browse files
SiyuJin-1JsyStefanieSenger
authored
DOC Add Links to plot_lof_novelty_detection example (scikit-learn#31405)
Co-authored-by: Jsy <jsy@zhouhantaodeMacBook-Pro.local> Co-authored-by: Stefanie Senger <91849487+StefanieSenger@users.noreply.github.com>
1 parent 977d19d commit 30816ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/modules/outlier_detection.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,8 @@ Note that ``fit_predict`` is not available in this case to avoid inconsistencies
411411
The scores of abnormality of the training samples are always accessible
412412
through the ``negative_outlier_factor_`` attribute.
413413

414-
Novelty detection with Local Outlier Factor is illustrated below.
414+
Novelty detection with :class:`neighbors.LocalOutlierFactor` is illustrated below
415+
(see :ref:`sphx_glr_auto_examples_neighbors_plot_lof_novelty_detection.py`).
415416

416417
.. figure:: ../auto_examples/neighbors/images/sphx_glr_plot_lof_novelty_detection_001.png
417418
:target: ../auto_examples/neighbors/plot_lof_novelty_detection.html

0 commit comments

Comments
 (0)