Re: [scikit-learn] 0.18?

2016-08-17 Thread bthirion
Many thanks ! Bertrand On 17/08/2016 16:43, Olivier Grisel wrote: Ok I fixed all the 32 bit Linux & OSX build issues in scikit-learn master and all wheels builds are green with the multibuild setup: https://travis-ci.org/MacPython/scikit-learn-wheels Matthew: would you be interested in having

Re: [scikit-learn] 0.18?

2016-08-17 Thread Andreas Mueller
I vote we push back the release a bit (two weeks?). I had unexpected things come up that ate a bunch of my time. On 07/25/2016 03:53 PM, Andreas Mueller wrote: Hi Olivier / all Let me know if I can help with the builds. I'm gonna start reviews and triaging and tagging this week. Mid August soun

[scikit-learn] Hiring: Cloud and HPC Engineer at NIMH in Bethesda, MD

2016-08-17 Thread Thomas, Adam (NIH/NIMH) [E]
HIRING: CLOUD AND HPC ENGINEER The National Institute of Mental Health (NIMH) is the lead federal agency for research on mental disorders. NIMH is one of the 27 Institutes and Centers that make up the National Institutes of Health (NIH), which is responsible for all federally funded biomedical re

Re: [scikit-learn] 0.18?

2016-08-17 Thread Matthew Brett
Definitely interested ! On 17 Aug 2016 07:44, "Olivier Grisel" wrote: > Ok I fixed all the 32 bit Linux & OSX build issues in scikit-learn > master and all wheels builds are green with the multibuild setup: > > https://travis-ci.org/MacPython/scikit-learn-wheels > > Matthew: would you be interes

Re: [scikit-learn] 0.18?

2016-08-17 Thread Olivier Grisel
Ok I fixed all the 32 bit Linux & OSX build issues in scikit-learn master and all wheels builds are green with the multibuild setup: https://travis-ci.org/MacPython/scikit-learn-wheels Matthew: would you be interested in having the multibuild repo extended to also include appveyor configration fi

Re: [scikit-learn] Inconsistent Logistic Regression fit results

2016-08-17 Thread Gael Varoquaux
In other words, you have an ill conditioned estimation problem, and what you were seeing were numerical instabilities due to this ill conditionning. Not a bug. An expected behavior. Sent from my phone. Please forgive brevity and mis spelling On Aug 16, 2016, 18:17, at 18:17, Chris Cameron