Re: [Scikit-learn-general] K-SVD implementation

2014-10-05 Thread Gael Varoquaux
On Sun, Oct 05, 2014 at 09:48:56PM +0400, Умнов Алексей (Alexey Umnov) wrote: > 2) Create a pull request with the current changes. Create a 'WIP' pull request: a pull request that you name with '[WIP] K-SVD'. WIP stands for 'work in progress'. G --

Re: [Scikit-learn-general] K-SVD implementation

2014-10-05 Thread Alexey Umnov
Hi, I implemented the K-SVD as a free function and created a small example that uses it.I wanted to ask for some feedback on it before starting polishing the code (also I need your advice on several points). What would be the most convenient way to do it?1) Post it to gist.github.com and send link