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
I tested this and it is working correctly on linux on my machine. I am not sure why it is producing a different output on your machine... when you get n_jobs to a positive value, does it work correctly then?
If you look at CPU utilization, does it seem to work as expected even if that function call didn't return the expected value?
Maybe try Python 3.10?
The only other thing I can think of is maybe some packages are out of date?
Hi,
when importing tpot on my linux machine the nb of effective joblib jobs is reduced to 1
the issue is not happening on the windows machine
Process to reproduce the issue
Expected result
output on windows machine (no problem):
Current result
output on linux machine:
Possible fix
no idea
The text was updated successfully, but these errors were encountered: