Skip to content

Commit

Permalink
Merge pull request #550 from Enderdead/master
Browse files Browse the repository at this point in the history
fix ALZB+20 citation
  • Loading branch information
yzhao062 authored Jun 22, 2024
2 parents dd607e2 + 6b76590 commit 1b53a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api_cc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The full API Reference is available at `PyOD Documentation <https://pyod.readthe
* :func:`pyod.models.base.BaseDetector.decision_function`: Predict raw anomaly scores for X using the fitted detector.
* :func:`pyod.models.base.BaseDetector.predict`: Determine whether a sample is an outlier or not as binary labels using the fitted detector.
* :func:`pyod.models.base.BaseDetector.predict_proba`: Estimate the probability of a sample being an outlier using the fitted detector.
* :func:`pyod.models.base.BaseDetector.predict_confidence`: Assess the model's confidence on a per-sample basis (applicable in predict and predict_proba) [#Perini2020Quantifying]_.
* :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`.


**Key Attributes of a fitted model**:
Expand Down

0 comments on commit 1b53a73

Please sign in to comment.