Re: [Scikit-learn-general] Building sklearn for different python versions (development)

2016-01-26 Thread WENDLINGER Antoine
esearch in Physical Sciences > University of Washington eScience Institute > > On Tue, Jan 26, 2016 at 4:23 AM, WENDLINGER Antoine < > antoinewendlin...@gmail.com> wrote: > >> Well I did not use travis because I thought it was a little cumbersome to >> have to push

Re: [Scikit-learn-general] Building sklearn for different python versions (development)

2016-01-26 Thread WENDLINGER Antoine
On 01/25/2016 02:56 PM, WENDLINGER Antoine wrote: > > Hello Jake, > > > > Thanks for your answer. I am already using conda, and having to clean > > and rebuild everything everytime I want to switch versions is what I > > want to avoid, since it's a bit long to acco

Re: [Scikit-learn-general] Building sklearn for different python versions (development)

2016-01-25 Thread WENDLINGER Antoine
ake VanderPlas > Senior Data Science Fellow > Director of Research in Physical Sciences > University of Washington eScience Institute > > On Mon, Jan 25, 2016 at 8:23 AM, WENDLINGER Antoine < > antoinewendlin...@gmail.com> wrote: > >> Hi everyone, >> >

[Scikit-learn-general] Building sklearn for different python versions (development)

2016-01-25 Thread WENDLINGER Antoine
Hi everyone, I am using conda in order to be able to test scikit-learn for different python versions. The problem I have is whenever I build scikit-learn for one version of python it messes up the installation of scikit learn for the other version, and when I try to run tests I get the "It seems

Re: [Scikit-learn-general] Use of safe functions such as safe_sqr

2016-01-15 Thread WENDLINGER Antoine
erally not be *that *nitpicky in reviewing, more > often focusing on readability, functionality and, where appropriate, > efficiency. In short, I don't think you need to worry about this much. > > Supporting an arbitrary norm might be appropriate in RFE too. > > H

[Scikit-learn-general] Use of safe functions such as safe_sqr

2016-01-13 Thread WENDLINGER Antoine
Hi everyone, I'm working on issue 2121 , and have trouble understanding when to use safe methods like safe_sqr. What I would want to do here is use np.linalg.norm on the coeff array when it is of dimension 2, but it s

[Scikit-learn-general] Contributing to scikit-learn

2016-01-09 Thread WENDLINGER Antoine
Hi everyone, Let me introduce myself : my name is Antoine, I'm a 21-years-old French student in Computer Science, and would love to contribute to scikit-learn. This would be my first contribution to an open-source project so I'm a bit lost and do not really know where to start. I read the pages ab