UMAP.jl icon indicating copy to clipboard operation
UMAP.jl copied to clipboard

Random Seed

Open jowch opened this issue 4 years ago • 2 comments

Hi! I've had great success with this package so far. I was wondering if it is possible to add a random seed for reproducibility. Perhaps there is an alternative, existing way to do this that I haven't thought of. Thanks!

jowch avatar Jan 28 '22 02:01 jowch

UMAP has randomness in approximation and optimization problem solving, by setting RNG you will get a stable result,

Random.seed!(2022)

timze216 avatar Aug 17 '22 08:08 timze216