-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify parallel backend config #549
Conversation
This should ideally be done better. Perhaps we could wrap this pattern similarity to the map reduce pattern and pass it there
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As usual, good stuff. I left some low-value/interest comments, and one about documentation which I do think is important.
Really cool! I would also vote for making the whole parallel module a separate library it is really useful as a standalone package. |
…d use it in MapReduceJob
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some changes. I will apply them and merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good schtuff
Description
This PR closes #385
Changes
config
argument of parallel backend classes, ray future executor andMapReduceJob
class.init_parallel_backend
function.parallel_backend
and deprecateconfig
argument.Checklist
If notebooks were added/changed, added boilerplate cells are tagged with"tags": ["hide"]
or"tags": ["hide-input"]