Matthew Middlehurst
Matthew Middlehurst
The above code snippet actually runs without an exception for me. Not very familiar with in-built Python multithreading though, TBH. I'm on Python 3.10, Windows 10 OS. Don't worry about...
The implementation uses `joblib.Parallel` for multithreading (i.e. https://github.com/aeon-toolkit/aeon/blob/main/aeon/classification/convolution_based/_arsenal.py#L309), there may also be some threading via `numba` in the transform but not 100% on that. The same for most of our...
Ah didnt actually mean to push that, was doing some tidying using this as a base 🙂
That's fine in principle, but please do not take on too much at once. Getting PRs merged and responding to reviews is the main goal.