Skip to content

Commit 1b53a73

Browse files
authored
Merge pull request #550 from Enderdead/master
fix ALZB+20 citation
2 parents dd607e2 + 6b76590 commit 1b53a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api_cc.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The full API Reference is available at `PyOD Documentation <https://pyod.readthe
77
* :func:`pyod.models.base.BaseDetector.decision_function`: Predict raw anomaly scores for X using the fitted detector.
88
* :func:`pyod.models.base.BaseDetector.predict`: Determine whether a sample is an outlier or not as binary labels using the fitted detector.
99
* :func:`pyod.models.base.BaseDetector.predict_proba`: Estimate the probability of a sample being an outlier using the fitted detector.
10-
* :func:`pyod.models.base.BaseDetector.predict_confidence`: Assess the model's confidence on a per-sample basis (applicable in predict and predict_proba) [#Perini2020Quantifying]_.
10+
* :func:`pyod.models.base.BaseDetector.predict_confidence`: Assess the model's confidence on a per-sample basis (applicable in predict and predict_proba) :cite:`a-perini2020quantifying`.
1111

1212

1313
**Key Attributes of a fitted model**:

0 commit comments

Comments
 (0)