bhargavvader / pycobra

python library implementing ensemble methods for regression, classification and visualisation tools including Voronoi tesselations.
MIT License
125 stars 23 forks source link

Parallelization #27

Open amirsani opened 6 years ago

amirsani commented 6 years ago

Just curious if parallelization with joblib or dask is in the works. Seems like there is a lot of room for simple parallelization.

Thanks,

Amir

bhargavvader commented 6 years ago

Hello @amirsani, not on the immediate list but it would be a welcome addition! There is definitely room for parallelisation, both with training multiple machines/predictors and also in the aggregation procedure. I won't be able to work on this right away myself, but would gladly assist with any PR working to implement this.

amirsani commented 6 years ago

When I get to it, I'll parallelize what I can find and send you a pull request. Cheers

bhargavvader commented 6 years ago

Sure - just keeping the issue open so that it is more visible!