IBCNServices / GENDIS

Contains an implementation (sklearn API) of the algorithm proposed in "GENDIS: GEnetic DIscovery of Shapelets" and code to reproduce all experiments.
Other
102 stars 26 forks source link

Multiprocessing problems on Windows #10

Open GillesVandewiele opened 5 years ago

GillesVandewiele commented 5 years ago

The shapelet extraction is hanging indefinitely when n_jobs > 1 on a Windows computer.

jmrichardson commented 3 years ago

Hi, is this bug planned to be fixed on windows? Thanks for your consideration

GillesVandewiele commented 3 years ago

hi @jmrichardson

I hope to fix this in the nearby future, but for now, setting n_jobs=1 should work on Windows