Re: [Scikit-learn-general] introducing myself

2012-09-02 Thread Gael Varoquaux
On Mon, Sep 03, 2012 at 01:54:58AM +0200, Analytic Bastard wrote: >It would be useful to test whether any classification or regression >problem can be tractable. After all, if two variables are independent, it >won't be possible to try to classify or do regression with them. In my expe

Re: [Scikit-learn-general] GIT cloning line not working

2012-09-02 Thread Robert Layton
On 3 September 2012 11:53, Analytic Bastard wrote: > Thanks Robert, > > In any case it worked using > > git clone https://github.com/buhosabio/scikit-learn.git > > it seems explicitly telling it to use keys does not get you into the > problem. My suggestion is that scikits learn changes that on th

Re: [Scikit-learn-general] GIT cloning line not working

2012-09-02 Thread Analytic Bastard
Thanks Robert, In any case it worked using git clone https://github.com/buhosabio/scikit-learn.git it seems explicitly telling it to use keys does not get you into the problem. My suggestion is that scikits learn changes that on the web page. Sorry if the fact that it worked was not clear in my

Re: [Scikit-learn-general] Issue tags on github

2012-09-02 Thread Robert Layton
On 2 September 2012 23:26, Andreas Mueller wrote: > Done. > A little different now, though. > >- 73 Cleanup / Enhancement > > >- 30 Crash / Bug > >

Re: [Scikit-learn-general] GIT cloning line not working

2012-09-02 Thread Robert Layton
On 3 September 2012 11:33, Analytic Bastard wrote: > Hi there, > > just for you to know that > > $ git clone g...@github.com:YourLogin/scikit-learn.git > > in > > http://scikit-learn.org/stable/developers/index.html#contributing-code > > does not work for me. > > I used > > git clone https://githu

[Scikit-learn-general] GIT cloning line not working

2012-09-02 Thread Analytic Bastard
Hi there, just for you to know that $ git clone g...@github.com:YourLogin/scikit-learn.git in http://scikit-learn.org/stable/developers/index.html#contributing-code does not work for me. I used git clone https://github.com/buhosabio/scikit-learn.git I got the following error git clone g...

Re: [Scikit-learn-general] introducing myself

2012-09-02 Thread Analytic Bastard
Thanks Olivier, I'll have a look at the URLs you gave me and comment again at some more godly hours! Good night! 2012/9/3 Olivier Grisel > 2012/9/3 Analytic Bastard : > > Hi Olivier, > > > > Yes that is the coefficient/statistic. Fukumizu, Gretton and coworkers > also > > have one based on RKH

Re: [Scikit-learn-general] introducing myself

2012-09-02 Thread Olivier Grisel
2012/9/3 Analytic Bastard : > Hi Olivier, > > Yes that is the coefficient/statistic. Fukumizu, Gretton and coworkers also > have one based on RKHS covariance operators. > > It would be useful to test whether any classification or regression problem > can be tractable. After all, if two variables ar

Re: [Scikit-learn-general] introducing myself

2012-09-02 Thread Analytic Bastard
O btw, you are right in your application, Since you are able to capture more non-linearities, a similarity matrix for time series data or a functional data dataset can be computed with this non-linear correlation coefficient. 2012/9/3 Analytic Bastard > Hi Olivier, > > Yes that is the coeffici

Re: [Scikit-learn-general] introducing myself

2012-09-02 Thread Analytic Bastard
Hi Olivier, Yes that is the coefficient/statistic. Fukumizu, Gretton and coworkers also have one based on RKHS covariance operators. It would be useful to test whether any classification or regression problem can be tractable. After all, if two variables are independent, it won't be possible to t

Re: [Scikit-learn-general] introducing myself

2012-09-02 Thread Olivier Grisel
2012/9/3 Analytic Bastard : > Hi guys, > > My name is Javier and I am a machine learning researcher. > > Currently, I am learning Python and found out this excellent package. I > would like to contribute by implementing any planned feature and by > implementing some ideas such as a non-linear corre

[Scikit-learn-general] introducing myself

2012-09-02 Thread Analytic Bastard
Hi guys, My name is Javier and I am a machine learning researcher. Currently, I am learning Python and found out this excellent package. I would like to contribute by implementing any planned feature and by implementing some ideas such as a non-linear correlation coefficient by SZÉKELY and RIZZO.

Re: [Scikit-learn-general] How to upgrade to development

2012-09-02 Thread Olivier Grisel
2012/9/2 Gael Varoquaux : > Hi Marcos, > > Your problem is that your previous version of scikit-learn was installed > using setuptools. Setuptools puts versions that it installs in front of > everything else. > > Pretty much your only solution to avoid this problem, is to remove the > folders of th

Re: [Scikit-learn-general] How to upgrade to development

2012-09-02 Thread Gael Varoquaux
Hi Marcos, Your problem is that your previous version of scikit-learn was installed using setuptools. Setuptools puts versions that it installs in front of everything else. Pretty much your only solution to avoid this problem, is to remove the folders of the old install. Gaël On Sat, Sep 01, 20

Re: [Scikit-learn-general] Issue tags on github

2012-09-02 Thread Andreas Mueller
Done. A little different now, though. * 73 Cleanup / Enhancement * 30 Crash / Bug

Re: [Scikit-learn-general] Issue tags on github

2012-09-02 Thread Gilles Louppe
+1 On 2 September 2012 14:16, Alexandre Gramfort wrote: > sounds good to me especially since you volunteer to do it :) > > Alex > > On Sun, Sep 2, 2012 at 2:10 PM, Andreas Mueller > wrote: >> Hey everybody. >> >> I noticed in the last couple of month that the way we use tags on the issues >> mak

Re: [Scikit-learn-general] Issue tags on github

2012-09-02 Thread Alexandre Gramfort
sounds good to me especially since you volunteer to do it :) Alex On Sun, Sep 2, 2012 at 2:10 PM, Andreas Mueller wrote: > Hey everybody. > > I noticed in the last couple of month that the way we use tags on the issues > makes them pretty useless. At least they are useless to me and I am working

Re: [Scikit-learn-general] Issue tags on github

2012-09-02 Thread Gael Varoquaux
On Sun, Sep 02, 2012 at 02:10:57PM +0200, Andreas Mueller wrote: > - bug: something that clearly shouldn't happen. There are some of those > hidden on the issue list beneath 100 feature requests. > - easy fix: something that a newcomer could tackle. > - cleanup/enh: issues where the code is ugly a

[Scikit-learn-general] Issue tags on github

2012-09-02 Thread Andreas Mueller
Hey everybody. I noticed in the last couple of month that the way we use tags on the issues makes them pretty useless. At least they are useless to me and I am working on the issues quite often. The only thing that I found helpful is the "easy fix" tag, but not everything that was "easy fix" real