Multithreading/Multiprocessing in Pyradiomics

Hi everyone! I am working on a project focussed on extraction of radiomic features (GLCM features) for prostrate cancer diagnosis. (Voxel-based). The code is too slow and single-threaded. Scanning of a single image takes around 12 hours and not much CPU is being used up in the process either. I have been trying to figure out how to use the jobs parameter to make the code faster and multithreaded. Also I would like to know if there are other methods I can try to make the code run faster.

If you have several images to process you could try the parallel processing approach to launch python jobs in multiple processes.