You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tl:dr:import sklearn causes CPU affinity to be set to {0}. Resetting it causes RandomizedSearchCV to freeze.
Expected Results
n_jobs=-1 uses all cores and does not freeze.
Actual Results
Only one core is loaded at 100% and nothing happens for 30+ minutes. Not resetting CPU affinity or not specifying n_jobs=-1 causes the freeze to go away.