From b8425157bdfc2ca4441061b4004340d636076aac Mon Sep 17 00:00:00 2001 From: Dan Saattrup Nielsen Date: Tue, 26 Mar 2024 10:32:13 +0100 Subject: [PATCH] docs: Update citation --- src/doubt/models/boot/boot.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/doubt/models/boot/boot.py b/src/doubt/models/boot/boot.py index c84b07c..02a3172 100644 --- a/src/doubt/models/boot/boot.py +++ b/src/doubt/models/boot/boot.py @@ -129,7 +129,10 @@ class Boot: statistics. [2]: Kumar, S., & Srivistava, A. N. (2012). Bootstrap prediction intervals in non-parametric regression with applications to anomaly detection. - [3]: https://saattrupdan.github.io/2020-03-01-bootstrap-prediction + [3]: Mougan, Carlos, and Dan Saattrup Nielsen. "Monitoring model deterioration + with explainable uncertainty estimation via non-parametric bootstrap." + Proceedings of the AAAI Conference on Artificial Intelligence. Vol. 37. + No. 12. 2023. https://doi.org/10.1609/aaai.v37i12.26755 """ load = classmethod(load_model)