umap icon indicating copy to clipboard operation
umap copied to clipboard

simplicial_set_embedding with parallel behaves not as expected

Open Intron7 opened this issue 1 year ago • 0 comments

We are trying to implement numba-parallel execution of simplicial_set_embedding. The docs state that parallel will be ignored if a random_state is provided. However in our testing having both parallel and a random_state results in massively reduced computational time. Setting the random_state to None errors when parallel=True. Can you clarify this behavior?

Intron7 avatar Oct 18 '24 12:10 Intron7