I encountered an issue when trying to run the "YettonEtAl_MachineLearning" detector on my dataset.
Steps to reproduce:
I ran the detector on my data without any errors.
However, the output labels had the dimensions of the components instead of matching the time series (i.e., seconds of the time series).
I looked into the ECOC demo and suspect that the data matrices need to be transposed, including the classes matrix.
After transposing, I now receive an error when running the "YettonEtAl_MachineLearning" detector.
Issue:
It seems the error is linked to the ECOC matrix dimensions. The ECOC matrix in the repository is currently 3x3, but based on the demo, it seems like the matrix should be n_classes x n_components. For my case, this would mean the ECOC matrix should be 3x33 instead of 3x3.
The current ECOC matrix is being loaded directly from the GitHub repository.
Question:
Am I missing something in the data preparation or processing? Should the ECOC matrix indeed be resized to 3x33, and if so, could the preloaded matrix in the repository be incorrect?
Any guidance on how to resolve this would be greatly appreciated!
Hi,
I encountered an issue when trying to run the "YettonEtAl_MachineLearning" detector on my dataset.
Steps to reproduce:
Issue:
Question:
Am I missing something in the data preparation or processing? Should the ECOC matrix indeed be resized to 3x33, and if so, could the preloaded matrix in the repository be incorrect?
Any guidance on how to resolve this would be greatly appreciated!
Thanks in advance!