Initial goal was Py3 but apparently it might get working before the sprint \o/.

So I will sprint on other stuff instead, but using Python 3 :)

Stuff that I am interested in:

- maybe work (discuss design and review impl) with @larsmans on
quadratic feature hashing
- discuss the with the tree growers guys on how to best parallelize
random forest trainings on multi-core without copying the training set
in memory
   - either with threads in joblib and "with nogil" statements in the
inner loops of the (new) cython code
   - either with shared memory and the (in)famous PR #44 of joblib

Otherwise review and merge existing PRs or new PRs from other sprinters.

--
Olivier

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to