On Fri, May 8, 2015 at 9:40 AM, Skipper Seabold <jsseab...@gmail.com> wrote:
> Hi,
>
> Is there anyway to specify the backend used by joblib? It's not
> obvious to me and this doesn't seem to work.
>
>     from multiprocessing import set_start_method
>     set_start_method("forkserver")
>

Ah, it has to be in a `if __name__ == "__main__"` clause. Is this the
only way to have control over this?

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to