Re: [Scikit-learn-general] SciPy 2015 Austin

2015-03-11 Thread Justin Vincent
Organizer here :)! We switched to a new tool this year and are working out the kinks. Will look into how to edit a proposal. Best, Justin On Wed, Mar 11, 2015 at 8:57 AM Kyle Kastner wrote: > We can probably also email one of the organizers (I think they are > listed on the site?) and find out

Re: [Scikit-learn-general] SciPy 2015 Austin

2015-02-27 Thread Justin Vincent
Jake, Gael, and Oliver's tutorial was well loved, with the intro in the morning and the more advanced stuff topics in the afternoon session. Be sure to check out their curriculum as you pull together your proposal. Let me know if there is anything unc

Re: [Scikit-learn-general] Py3 port: FAILED (SKIP=2, errors=1, failures=5)

2013-07-10 Thread Justin Vincent
Ended up going with the approach of one of the SO folks. https://github.com/scikit-learn/scikit-learn/pull/2150 On Wed, Jul 10, 2013 at 1:56 PM, Olivier Grisel wrote: > Maybe you can try to put: > > from __future__ import unicode_literals > > in some appropriate place? > > Also: > http://stacko

Re: [Scikit-learn-general] Py3 port: FAILED (SKIP=2, errors=1, failures=5)

2013-07-10 Thread Justin Vincent
4'>' Instead of <4x9 sparse matrix of type '<*type* 'numpy.int64'>' We could +ELLIPSIS it even though that's not really what ELLIPSIS is supposed to mean. Not too familiar with doctest so not sure how to best proceed. Ideas? On Tue, Jul 9, 2013 at 3:

Re: [Scikit-learn-general] Py3 port: FAILED (SKIP=2, errors=1, failures=5)

2013-07-09 Thread Justin Vincent
Thanks for getting that all set up. I'll take another crack at it tonight. On Jul 9, 2013 2:46 PM, "Olivier Grisel" wrote: > We are almost there. I have reconfigured the Jenkins build for Python > 3.3, NumPy 1.7.1 and SciPy 0.12.0: > > > https://jenkins.shiningpanda-ci.com/scikit-learn/job/python