nealpsmith / neals_python_functions

Random useful python functions
MIT License
0 stars 1 forks source link

rand index parallelization for large data #7

Closed swemeshy closed 3 years ago

swemeshy commented 3 years ago

Added two functions, rand_index_plot_large and collect_samples_large, which are modifications of the original functions rand_index_plot and collect_samples. This prevents a pipe error when parallel rand index calculation is run on large datasets.