rodrigo-arenas / Sklearn-genetic-opt

ML hyperparameters tuning and features selection, using evolutionary algorithms.
https://sklearn-genetic-opt.readthedocs.io
MIT License
286 stars 73 forks source link

Compatibility with Parallel Processing Methods #152

Open mxhsin opened 3 days ago

mxhsin commented 3 days ago

Hello, Regarding GASearchCV, is it amenable and compatible with MPI or any other parallel processing method? Currently the fit method of GASearchCV takes very long to compute and is computationally expensive. Will it work with any parallel processing methods (eg. MPI) to speed up the process? Appreciate if you could help!