diff --git a/doc/faq.rst b/doc/faq.rst index 7ce7f30b..16690562 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -114,7 +114,7 @@ Is the output of UMAP reproducible? Yes. By default the random seed used by UMAP is set to a fixed value so that the resulting output embedding is the same each time if run repeatedly on -the same input. Having reproducible output is very useful to identically +the same input. Having reproducible visual output is very useful to identically reproduce an image for a paper, or to provide others with code that will exactly reproduce your results. However, note that UMAP is a stochastic algorithm, and you should try different seeds (or set `random_state` to