import multiprocessing

N_JOBS = -2  #multiprocessing.cpu_count()
CUDA_N_JOBS = 2
ENSEMBLE_N_JOBS = -2

SAMPLE_SIZE = 100