-
Notifications
You must be signed in to change notification settings - Fork 279
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature Request
It would be nice to have parallelism be set in a smart way (parallelism="auto"
), rather than always set to "multithreading"
. For example:
deterministic == True
=>parallelism="serial"
- We could also forward the global numpy random seed, if the user does not provide a random state?
numprocs is not None
=>parallelism="multiprocessing"
cluster_manager is not None
=>parallelism="multiprocessing"
And in also other cases, we default to "multithreading"
.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request