pycaret icon indicating copy to clipboard operation
pycaret copied to clipboard

parallel back-end

Open moezali1 opened this issue 3 years ago • 1 comments
trafficstars

At the moment scikit-learn uses loky backend to single node parallel processing. There are 3-4 other options for backend like multithreading or ray. We should create a new parameter in setup for the user to set that backend.

We can set the backend that gets reflected in the n_jobs parameter by using a function from sklearn.utils module.

Let's call this new parameter in setup: parallel_backend

moezali1 avatar Dec 11 '21 13:12 moezali1

HI @moezali1 When can we expect Pycaret with parallel back-end. It would be great if it is available asap to use it in production codes, and Thanks lot for this awesome library.

revanks avatar May 24 '22 06:05 revanks

Is there any example how to run ray to compare models or train on a cluster?

jmakov avatar Mar 27 '23 20:03 jmakov

Is there any update on this or is ray not planned to be supported?

jmakov avatar Oct 04 '23 07:10 jmakov