Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions aeon/classification/feature_based/_fresh_prince.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down