From efcb1e15b2b2933853a6af632b36851926eefbc4 Mon Sep 17 00:00:00 2001 From: Tom White Date: Thu, 3 Oct 2019 11:08:49 +0100 Subject: [PATCH] Review feedback: working change --- doc/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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