umap
umap copied to clipboard
simplicial_set_embedding with parallel behaves not as expected
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?