I want to decrease training time of my models by using a high end EC2 instance. So I tried c5.18xlarge
instance with 2 CPUs and run a few models with parameter n_jobs=-1
but I noticed that only one CPU was utilized:
Can I somehow make Scikit-learn to use all CPUs?