Closed chenyangkang closed 9 months ago
Is your feature request related to a problem? Please describe. Add parallel modeling for:
Describe the solution you'd like Add joblib as parallel backend.
Describe alternatives you've considered multiprocessing with shared memory
Additional context Add any other context or screenshots about the feature request here.
I tried shared_memory module in multiprocessing. Doesn't work well for overhead problem and show bugs when running in script. Falling back to joblib. The memory will be come an issue for big data parallel.
shared_memory
Is your feature request related to a problem? Please describe. Add parallel modeling for:
Describe the solution you'd like Add joblib as parallel backend.
Describe alternatives you've considered multiprocessing with shared memory
Additional context Add any other context or screenshots about the feature request here.