forked from moreo/QuaPy
5 lines
110 B
Python
5 lines
110 B
Python
|
import multiprocessing
|
||
|
|
||
|
|
||
|
N_JOBS = -2 #multiprocessing.cpu_count()
|
||
|
SVMPERF_HOME = '../svm_perf_quantification'
|