Here in joblib.Parallel, it's not mentioned what happens when n_jobs > os.cpu_count(). Are all the cpu cores used or only 1? There were no warnings or errors also when I tried it and I tried searching through the code base but I couldn't figure it out.
Thank you :)