Anomaly detection with an array of labels? #2328
Unanswered
petteriTeikari
asked this question in
Q&A
Replies: 1 comment
-
Is this question about (1) storing anomaly detection data, including the anomaly scores/labels, to disk using the
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am new to
aeon
and stumbled on this asUniTS
suggested converting my own data to.ts
format. I could not quickly see how can you supply an array of labels to anomaly detection?e.g. in the tutorial:
https://github.com/aeon-toolkit/aeon-tutorials/blob/main/ECML-2024/Notebooks/part6_anomaly_detection.ipynb
or in the desired tutorial issue:
#1960
I have for example
(16, 1, 1981)
input data array with the 16 subjects being totally independent, and having their outliers happening at different times and cannot give ay
size of(1981,)
but would like to give(16,1981)
type of shape.Or do I simply just concatenate the array to
(1,1,1981*16)
shape withy
with shape(1981*16)
Thanks
Beta Was this translation helpful? Give feedback.
All reactions