We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aca805 commit 265192dCopy full SHA for 265192d
docs/src/tutorial.rst
@@ -244,7 +244,6 @@ taskcontroller package to run these learners in parallel::
244
>>> results = tc.run(learners)
245
>>> merged_results = results.merge(merged_results)
246
>>> merged_results.tohtml("example4-result")
247
->>> merged_result.tohtml("example2-result")
248
249
In this example, we import the multiprocess module (line 3), create a
250
multiprocess task controller with a pool size of two processes (line 7), run
0 commit comments