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?
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