Re: [Scikit-learn-general] Gamma test

2015-02-19 Thread Exequiel SepĂșlveda
It is used for feature selection in non-linear regression and also for calculating the aceptable training error of ANN. 2015-02-20 2:56 GMT+10:30 Andy : > Hi. > I don't think anyone is working on that. In what settings is this test > usually used? Ranking? Regression? > > Thanks, > Andy > > > On

Re: [Scikit-learn-general] Gamma test

2015-02-19 Thread Andy
Hi. I don't think anyone is working on that. In what settings is this test usually used? Ranking? Regression? Thanks, Andy On 02/18/2015 04:35 PM, Exequiel SepĂșlveda wrote: Hi all, I'm a user of scikit-learn and I want to contribute with an pure Python code of the gamma test for feature sel

[Scikit-learn-general] Gamma test

2015-02-18 Thread Exequiel SepĂșlveda
Hi all, I'm a user of scikit-learn and I want to contribute with an pure Python code of the gamma test for feature selection. I have a functional code and I want to include it into scikit-learn. Is there someone doing the same? Cheers! -- Exequiel Sepulveda -