baraline / convst

Implementation of the Random Dilated Shapelet Transform algorithm along with interpretability tools. ReadTheDocs documentation is not up to date with the current version for now.
https://convst.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
31 stars 7 forks source link

[BUG] v0.2.0 Loss of time performance for RDST Ensemble compared to experimental build #19

Closed baraline closed 2 years ago

baraline commented 2 years ago

Introduced in v0.2, RDST Ensemble is sensibly slower than on the experimental build. Further inspection is needed to find the source of the problem.

baraline commented 2 years ago

Cause : Unknown Consequence : Only one process out of the 3 parallel ones is able to manage a thread pool for numba parallel. (i.e. 33% of total CPU cores used instead of 100%)

baraline commented 2 years ago

Should be fixed by #23