8000 [MRG] DOC explain fork related issues in FAQ + stopgap for Python 3.4 by ogrisel · Pull Request #5162 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

[MRG] DOC explain fork related issues in FAQ + stopgap for Python 3.4 #5162

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

Merged
merged 1 commit into from
Aug 30, 2015

Conversation

ogrisel
Copy link
Member
@ogrisel ogrisel commented Aug 26, 2015

Here is a new FAQ entry to factor the wisdom of the discussion in #636.

@amueller
Copy link
Member

I'm not sure if it is not a bit too technical for most users, but I guess some will appreciate the details.

anymore. To set the 'forkserver' mode globally for your program, insert the
following instructions in your main script::

import multiprocessing as mp
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we please avoid the aliasing? It doesn't seem appropriate in this context.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I picked it up from the Python documentation but you are right. I amended my commit.

@jnothman
Copy link
Member

I think this is good. FAQs tend to have varying levels of technicality, and aren't generally intended to be read as a whole.

@ogrisel
Copy link
Member Author
ogrisel commented Aug 27, 2015

Note that the end of this FAQ will have to be updated once we include a version of joblib that has the following fix: joblib/joblib#232

@ogrisel ogrisel force-pushed the faq-freeze branch 2 times, most recently from c488536 to fb42f05 Compare August 27, 2015 08:47
@glouppe
Copy link
Contributor
glouppe commented Aug 30, 2015

+1 for merge as well. This is very helpful (happened to me several times).

@glouppe
Copy link
Contributor
glouppe commented Aug 30, 2015

I am merging given @jnothman positive comment.

glouppe added a commit that referenced this pull request Aug 30, 2015
[MRG] DOC explain fork related issues in FAQ + stopgap for Python 3.4
@glouppe glouppe merged commit 764826c into scikit-learn:master Aug 30, 2015
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.

4 participants
0