Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switching from multiprocessing to joblib #136

Closed
Ziqi-Li opened this issue Dec 2, 2023 · 1 comment
Closed

Switching from multiprocessing to joblib #136

Ziqi-Li opened this issue Dec 2, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Ziqi-Li
Copy link
Member

Ziqi-Li commented Dec 2, 2023

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 Ziqi-Li added the enhancement New feature or request label Dec 2, 2023
@Ziqi-Li Ziqi-Li self-assigned this Dec 2, 2023
@Ziqi-Li
Copy link
Member Author

Ziqi-Li commented Dec 3, 2023

Addressed in PR: #137

@Ziqi-Li Ziqi-Li closed this as completed Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant