Skip to content

Commit

Permalink
fix ALZB+20 citation
Browse files Browse the repository at this point in the history
  • Loading branch information
Enderdead committed Apr 3, 2024
1 parent 94887ee commit 6b76590
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 6b76590

Please sign in to comment.