On 02/17/2016 02:25 PM, muhammad waseem wrote:
> @Sebastian: I have tried running it by using n_jobs=2 and you were 
> right it uses around 27% of the RAM.
> Does this mean I can only use max n_jobs=8 for my case (obviously this 
> will also depend on the number of estimators, more will require my 
> RAM, is not it?) or there is a bug?
>
What is the dtype of your data?
Trees work on 32bit float, right? So if your data is 64bit float or 
anything else, it will be copied once for each parallel loop, right?

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to