You don't need a separate install of joblib, as it is shipped with scikit-learn.

RF use a threading strategy for parallel computing, rather than a multi process 
strategy. What matters is not the number of processes that you are seeing, but 
the CPU usage. Are you seeing that your CPUs are being used. If so,  it's 
working as it should. 

Gaël

Sent from my phone. Please forgive brevity and mis spelling



On Feb 27, 2015, 23:13, at 23:13, Artem <barmaley....@gmail.com> wrote:
>Do you have joblib installed? Does n_jobs > 1 work with other
>algorithms?
>
>On Sat, Feb 28, 2015 at 12:55 AM, Pagliari, Roberto
><rpagli...@appcomsci.com
>> wrote:
>
>> When using random forests with njobs > 1, I see one python process
>only.
>> Does RF support using multiprocessor module?
>>
>>
>>
>>
>>
>------------------------------------------------------------------------------
>> Dive into the World of Parallel Programming The Go Parallel Website,
>> sponsored
>> by Intel and developed in partnership with Slashdot Media, is your
>hub for
>> all
>> things parallel software development, from weekly thought leadership
>blogs
>> to
>> news, videos, case studies, tutorials and more. Take a look and join
>the
>> conversation now. http://goparallel.sourceforge.net/
>> _______________________________________________
>> Scikit-learn-general mailing list
>> Scikit-learn-general@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>>
>>
>
>
>------------------------------------------------------------------------
>
>------------------------------------------------------------------------------
>Dive into the World of Parallel Programming The Go Parallel Website,
>sponsored
>by Intel and developed in partnership with Slashdot Media, is your hub
>for all
>things parallel software development, from weekly thought leadership
>blogs to
>news, videos, case studies, tutorials and more. Take a look and join
>the 
>conversation now. http://goparallel.sourceforge.net/
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Scikit-learn-general mailing list
>Scikit-learn-general@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to