neurostuff/NiMARE

Optimize ImagesToCoordinates with `Parallel`

JulioAPeraza opened this issue · 0 comments

Summary

Parallelize the for loop:

for _, row in images_df.iterrows():

Additional details

For large datasets like Neurovault, ImagesToCoordinates takes a lot of time to estimate the coordinates for all the images. It will be nice to run this process in parallel.

Next steps