aeon-toolkit / aeon

A toolkit for machine learning from time series
https://aeon-toolkit.org/
BSD 3-Clause "New" or "Revised" License
1.03k stars 128 forks source link

[ENH] Thread clusterers and pairwise distances #2180

Open TonyBagnall opened 1 month ago

TonyBagnall commented 1 month ago

Describe the feature or idea you want to propose

would be nice to thread them

Describe your proposed solution

use n_jobs from base collection estimator

Describe alternatives you've considered, if relevant

No response

Additional context

No response

aryanpola commented 3 weeks ago

@TonyBagnall Add n_jobs and functionality under all the sub-modules under clustering?