2011/10/9 Satrajit Ghosh <[email protected]>:
> hi all,
> has anybody run the permutation_test_score on a distributed engine like SGE
> or PBS? does joblib support such distribution? our estimator actually does
> quite a bit of work, so we are trying to optimize the execution.
> cheers,

As far as know, nope. It might be easy to rewrite this snippet using
the IPython parallel API in your code though:

  http://ipython.org/ipython-doc/dev/parallel/index.html

I plan to write a set of utilities for IPython so as to launch an
IPython cluster of any size on any cloud provider (Amazon EC2,
Rackspace Cloud, Linode, Brightbox...) using Apache Libcloud.

But as usual I have not started anything serious yet :P

-- 
Olivier
http://twitter.com/ogrisel - http://github.com/ogrisel

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to