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
Some of the previous scoring functions I was writing weren't inhibited by the GIL. If a scoring function is CPU bound we should have an option such that n_workers spawns multiple processes rather than threads.