8000 Merge pull request #6490 from nelson-liu/fix_isolation_forest_docstring · raghavrv/scikit-learn@03a1d45 · GitHub
[go: up one dir, main page]

Skip to content

Commit 03a1d45

Browse files
committed
Merge pull request scikit-learn#6490 from nelson-liu/fix_isolation_forest_docstring
[MRG] doc: add link to user guide in isolation forest docstring
2 parents 2e4aafd + 6a841a1 commit 03a1d45

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/modules/outlier_detection.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ This strategy is illustrated below.
129129
.. [RD1999] Rousseeuw, P.J., Van Driessen, K. "A fast algorithm for the minimum
130130
covariance determinant estimator" Technometrics 41(3), 212 (1999)
131131
132+
.. _isolation_forest:
132133

133134
Isolation Forest
134135
----------------------------

sklearn/ensemble/iforest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class IsolationForest(BaseBagging):
4242
Hence, when a forest of random trees collectively produce shorter path
4343
lengths for particular samples, they are highly likely to be anomalies.
4444
45+
Read more in the :ref:`User Guide <isolation_forest>`.
4546
4647
Parameters
4748
----------

0 commit comments

Comments
 (0)
0