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
Currently the Baseline Functions of #811 take about a minute, with the extended search taking even a lot longer.
We could maybe improve the performance of these models by improving the multiprocessing.
Generally, I'd rather not add another dependency for this. If there are significant performance gains, however, we can consider it. But we'll need to benchmark it on our own case.
Is your feature request related to a problem?
Currently the Baseline Functions of #811 take about a minute, with the extended search taking even a lot longer.
We could maybe improve the performance of these models by improving the multiprocessing.
Desired solution
Try out other multiprocessing libraries, this one seems to be promising and could also improve User Feedback, especially with the progress bar:
https://github.com/sybrenjansen/mpire
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered: