Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Implemented the possibility to add custom Parallel backends. - #6223

Closed
NielsZeilemaker wants to merge 1 commit into
scikit-learn:masterfrom
NielsZeilemaker:new_parallel_backend
Closed

Implemented the possibility to add custom Parallel backends.#6223
NielsZeilemaker wants to merge 1 commit into
scikit-learn:masterfrom
NielsZeilemaker:new_parallel_backend

Conversation

@NielsZeilemaker

Copy link
Copy Markdown

Moreover, the default backend (multiprocessing) can be overwritten.

Some context:
I've been experimenting to see if I can get scikit-learn to run on top of YARN. I don't want to add all the hdfs/yarn dependencies into this project, so I made a small change to the Parallel code such that I can now add a YARN backend to it easily.

Moreover, the default backend (multiprocessing) can be overwritten.
@glouppe

glouppe commented Jan 25, 2016

Copy link
Copy Markdown
Contributor

Hi! sklearn.externals.joblib is a direct backport of joblib. For this reason, changes to joblib should be proposed upstream directly, at https://github.com/joblib/joblib. Thanks!

@NielsZeilemaker

Copy link
Copy Markdown
Author

Hi @glouppe, thanks for the pointer. I've opened up a pull request at joblib.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants