Open hagenw opened 4 years ago
I'm not sure if it is a feature or a bug and what is the cause of the randomness appearing for some demos, e.g. here are two results from running:
python demo03_projection.py
And here from running:
python demo04_clustering.py
Would be nice if the demos would return always the same result.
You can avoid the random behavior by passing a state to UMAP, e.g. random_state=42 to plot_projections. See also https://github.com/lmcinnes/umap/issues/27
UMAP
random_state=42
plot_projections
I'm not sure if it is a feature or a bug and what is the cause of the randomness appearing for some demos, e.g. here are two results from running:
And here from running:
Would be nice if the demos would return always the same result.