Is it possible to fit a scikit-learn model in parallel? Something along the lines of model.fit(X, y, n_jobs=20)
model.fit(X, y, n_jobs=20)