sahandha / eif

Extended Isolation Forest for Anomaly Detection
Other
448 stars 119 forks source link

Difficulty in Parallelization #10

Open mettafore opened 5 years ago

mettafore commented 5 years ago

Hi,

I'm having trouble parallelizing the isolation forest algorithm for multiple sets of points using Python's multiprocessing.Pool . It seems to work as a single process. Could you let me know what are the changes I should make to the code to make this possible?

Thanks

CEfanmin commented 5 years ago

this is a parallelization version: https://github.com/isezen/eif2