Re: [scikit-learn] ANN Scikit-learn 0.18 released

2016-10-11 Thread Piotr Bialecki
Hi Maciek, thank you very much! Numpy and opencv were indeed the conflicted packages. Apperently my version of opencv was using numpy 1.10, so I uninstalled opencv, updated numpy and updated scikit to 0.18. Thank's for the fast help! Best regards, Piotr On 11.10.2016 14:39, Maciek Wójcikowski

Re: [scikit-learn] ANN Scikit-learn 0.18 released

2016-10-11 Thread Maciek Wójcikowski
Hi Piotr, I've been there - most probably some package is blocking you to update via numpy dependency. Try to update numpy first and the conflicting package should pop up: "conda update numpy=1.11" Pozdrawiam, | Best regards, Maciek Wójcikowski mac...@wojcikowski.pl 2016-10-11 14:32 GMT+0

Re: [scikit-learn] ANN Scikit-learn 0.18 released

2016-10-11 Thread Piotr Bialecki
Congratulations to all contributors! I would like to update to the new version using conda, but apparently it is not available: ~$ conda update scikit-learn Fetching package metadata ... Solving package specifications: .. # All requested packages already installed. # packages in env

Re: [scikit-learn] ANN Scikit-learn 0.18 released

2016-10-03 Thread Raghav R V
Hi Brown, Thanks for the email. There is a working PR here at https://github.com/scikit-learn/scikit-learn/pull/7388 Would you be kind to take a look at it and comment how helpful the proposed API is for your use case? Thanks On Mon, Oct 3, 2016 at 6:05 AM, Brown J.B. wrote: > Hello communit

Re: [scikit-learn] ANN Scikit-learn 0.18 released

2016-10-02 Thread Brown J.B.
Hello community, Congratulations on the release of 0.19 ! While I'm merely a casual user and wish I could contribute more often, I thank everyone for their time and efforts! 2016-10-01 1:58 GMT+09:00 Andreas Mueller : We've got a lot in the works already for 0.19. >> >> * multiple metrics for cr

Re: [scikit-learn] ANN Scikit-learn 0.18 released

2016-09-30 Thread Andreas Mueller
On 09/29/2016 11:07 PM, Joel Nothman wrote: (this has been in drafts a few days and I'm sure there's plenty I've missed from the lists below) Well done, everyone! The size of this release - and the group of people that contributed to it - is even a bit overwhelming. Thanks for managing the

Re: [scikit-learn] ANN Scikit-learn 0.18 released

2016-09-29 Thread Joel Nothman
(this has been in drafts a few days and I'm sure there's plenty I've missed from the lists below) Well done, everyone! The size of this release - and the group of people that contributed to it - is even a bit overwhelming. Thanks for managing the release, Andy... and writing it up as a book! We'v

Re: [scikit-learn] ANN Scikit-learn 0.18 released

2016-09-29 Thread Andreas Mueller
An important addition to the release notes that I forgot: The 0.18 release is the last scikit-learn release to support Python 2.6 From 0.19 on, we will only support 2.7 and 3.4 and up. On 09/28/2016 05:01 PM, Andreas Mueller wrote: Hi everybody. I'm happy to announce scikit-learn 0.18 has been

Re: [scikit-learn] ANN Scikit-learn 0.18 released

2016-09-29 Thread Gael Varoquaux
> I want to participate in gsoc 2017 for scikit-learn projects. Can anyone > suggest any mentors to whom i can contact.? I would advise you to do a few PR that fix easy issues. That will get you to know the community. ___ scikit-learn mailing list scikit

Re: [scikit-learn] ANN Scikit-learn 0.18 released

2016-09-29 Thread Bharat Didwania .
Hi everybody, I want to participate in gsoc 2017 for scikit-learn projects. Can anyone suggest any mentors to whom i can contact.? Sent with Mailtrack On Thu, Sep 29, 2016 at 8:10

Re: [scikit-learn] ANN Scikit-learn 0.18 released

2016-09-29 Thread Jiří Fejfar
Thank you very much for the new version of this great SW! J. Dne 29.9.2016 15:55 napsal uživatel "Raghav R V" : Congrats everyone :) On 29 Sep 2016 9:41 a.m., "Jaques Grobler" wrote: > Congrats everyone! > > 2016-09-29 8:39 GMT+02:00 bthirion : > >> Congrats ! >> >> Bertrand >> >> >> On 29/09/

Re: [scikit-learn] ANN Scikit-learn 0.18 released

2016-09-29 Thread Raghav R V
Congrats everyone :) On 29 Sep 2016 9:41 a.m., "Jaques Grobler" wrote: > Congrats everyone! > > 2016-09-29 8:39 GMT+02:00 bthirion : > >> Congrats ! >> >> Bertrand >> >> >> On 29/09/2016 07:28, Gael Varoquaux wrote: >> >>> Hurray! >>> >>> Congratulations to everybody, and in particular the relea

Re: [scikit-learn] ANN Scikit-learn 0.18 released

2016-09-29 Thread Jaques Grobler
Congrats everyone! 2016-09-29 8:39 GMT+02:00 bthirion : > Congrats ! > > Bertrand > > > On 29/09/2016 07:28, Gael Varoquaux wrote: > >> Hurray! >> >> Congratulations to everybody, and in particular the release time! >> >> Gaël >> >> On Wed, Sep 28, 2016 at 05:01:45PM -0400, Andreas Mueller wrote:

Re: [scikit-learn] ANN Scikit-learn 0.18 released

2016-09-28 Thread bthirion
Congrats ! Bertrand On 29/09/2016 07:28, Gael Varoquaux wrote: Hurray! Congratulations to everybody, and in particular the release time! Gaël On Wed, Sep 28, 2016 at 05:01:45PM -0400, Andreas Mueller wrote: Hi everybody. I'm happy to announce scikit-learn 0.18 has been released today. You c

Re: [scikit-learn] ANN Scikit-learn 0.18 released

2016-09-28 Thread Sebastian Raschka
Have been playing around with the new functionality tonight. There are so many great additions, especially the new CV functionality in the model_selection module is super great. Nested CV is much more convenient now! Congratulations to everyone, and thanks for this great new version! :) > On S

Re: [scikit-learn] ANN Scikit-learn 0.18 released

2016-09-28 Thread Gael Varoquaux
Hurray! Congratulations to everybody, and in particular the release time! Gaël On Wed, Sep 28, 2016 at 05:01:45PM -0400, Andreas Mueller wrote: > Hi everybody. > I'm happy to announce scikit-learn 0.18 has been released today. > You can install from pipy or anaconda.org: > pip install --upgrad

[scikit-learn] ANN Scikit-learn 0.18 released

2016-09-28 Thread Andreas Mueller
Hi everybody. I'm happy to announce scikit-learn 0.18 has been released today. You can install from pipy or anaconda.org: pip install --upgrade scikit-learn --no-deps or if you prefer conda: conda update scikit-learn A big thank you to everybody who contributed. This one took us a while, bu