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
As of now distfit does not take advantage of multicore HW. While parallelism in Python is a bit tricky I think that parallel execution when fitting multiple distributions could be fairly easy and very beneficial improvement.
The text was updated successfully, but these errors were encountered:
That would be great indeed. If you have an idea or first approach, post it here and we can see whether it really speeds up. I already did some attempts at parallel programming (it is already in the code but with comments) but for some reason, it does not speed up. I must do something wrong.
As of now distfit does not take advantage of multicore HW. While parallelism in Python is a bit tricky I think that parallel execution when fitting multiple distributions could be fairly easy and very beneficial improvement.
The text was updated successfully, but these errors were encountered: