Closed johnlees closed 6 years ago
This allows the parallel argument to specify a number of cores lower than the total available (and also avoids NotImplementedError on some systems). Follows the convention of scikit-learn of using -1 to specify all available cores
NotImplementedError
This allows the parallel argument to specify a number of cores lower than the total available (and also avoids
NotImplementedError
on some systems). Follows the convention of scikit-learn of using -1 to specify all available cores