We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a81be7a commit ef3b1c5Copy full SHA for ef3b1c5
docs/source/tutorial/tutorial.Learner1D.rst
@@ -56,9 +56,8 @@ evaluate ‘f’ on them.
56
By default on Unix-like systems the runner will evaluate the points in
57
parallel using local processes `concurrent.futures.ProcessPoolExecutor`.
58
59
-On Windows systems the runner will try to use a `distributed.Client`
60
-if `distributed` is installed. A `~concurrent.futures.ProcessPoolExecutor`
61
-cannot be used on Windows for reasons.
+On Windows systems the runner will use a `loky.get_reusable_executor`.
+A `~concurrent.futures.ProcessPoolExecutor` cannot be used on Windows for reasons.
62
63
.. jupyter-execute::
64
0 commit comments