diff --git a/.all-contributorsrc b/.all-contributorsrc index f385b4ec85..751b7fb02b 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -2414,6 +2414,15 @@ "contributions": [ "code" ] + }, + { + "login": "jasonmokk", + "name": "Jason Mok", + "avatar_url": "https://avatars.githubusercontent.com/u/106209849?v=4", + "profile": "https://github.com/jasonmokk", + "contributions": [ + "doc" + ] } ], "commitType": "docs" diff --git a/aeon/classification/feature_based/_fresh_prince.py b/aeon/classification/feature_based/_fresh_prince.py index 006895bc86..8bf15a4167 100644 --- a/aeon/classification/feature_based/_fresh_prince.py +++ b/aeon/classification/feature_based/_fresh_prince.py @@ -62,6 +62,12 @@ class FreshPRINCEClassifier(BaseClassifier): scalable hypothesis tests (tsfresh-a python package)." Neurocomputing 307 (2018): 72-77. https://www.sciencedirect.com/science/article/pii/S0925231218304843 + .. [2] Middlehurst, M., Bagnall, A. "The FreshPRINCE: A Simple Transformation + Based Pipeline Time Series Classifier." In: El Yacoubi, M., Granger, E., + Yuen, P.C., Pal, U., Vincent, N. (eds) Pattern Recognition and Artificial + Intelligence. ICPRAI 2022. Lecture Notes in Computer Science, vol 13364. + Springer, Cham. (2022). + https://link.springer.com/chapter/10.1007/978-3-031-09282-4_13 """ _tags = {