1
0
Fork 0
QuaPy/TweetSentQuant/settings.py

5 lines
110 B
Python
Raw Normal View History

2021-01-15 08:33:39 +01:00
import multiprocessing
N_JOBS = -2 #multiprocessing.cpu_count()
SVMPERF_HOME = '../svm_perf_quantification'