Safe-DS / Library

A user-friendly library for Data Science in Python.
https://library.safeds.com
MIT License
17 stars 4 forks source link

Improve Baseline Models #825

Open sibre28 opened 1 month ago

sibre28 commented 1 month ago

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

lars-reimann commented 1 month ago

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.