pysal / mgwr

Multiscale Geographically Weighted Regression (MGWR)
https://mgwr.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
368 stars 126 forks source link

Switching from multiprocessing to joblib #136

Closed Ziqi-Li closed 11 months ago

Ziqi-Li commented 11 months ago

The current parallelization approach using multiprocessing seems to be a bit cumbersome, and I hope to switch to the much simpler and more lightweightjoblib which seems to be the standard in the ML community (e.g., scikit-learn). I will be making a PR soon.

This is also linked to #134.

Ziqi-Li commented 11 months ago

Addressed in PR: #137