Re: [Scikit-learn-general] [GSOC] blogging progress

2014-05-20 Thread Hamzeh Alsalhi
Thank you! I will be happy to keep this mailing list updated with links to blog posts ideally once a week. Best, Hamzeh -- "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium

Re: [Scikit-learn-general] [GSOC] blogging progress

2014-05-20 Thread Hamzeh Alsalhi
Gael I have sent you the RSS link privately, thank you! Hamzeh -- "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled sca

Re: [Scikit-learn-general] [GSOC] blogging progress

2014-05-20 Thread Gael Varoquaux
On Tue, May 20, 2014 at 04:40:36PM +0200, Olivier Grisel wrote: > This is great. Please do that on a regular basis (ideally once a week) > and please each time send a link to your post to the mailing list, Indeed. In addition, could you all please send me (in private) the link to the RSS stream of

Re: [Scikit-learn-general] [GSOC] blogging progress

2014-05-20 Thread Lee Zamparo
Excellent first post Hamezeh, well done. Looking forward to reading more as the GSOC progresses. Lee. On Tue, May 20, 2014 at 10:40 AM, Olivier Grisel wrote: > To all GSOC students, > > Hamzeh recently published a first blog post about his GSOC: > > http://hamzehgsoc.blogspot.fr/2014/05/sparse-

[Scikit-learn-general] [GSOC] blogging progress

2014-05-20 Thread Olivier Grisel
To all GSOC students, Hamzeh recently published a first blog post about his GSOC: http://hamzehgsoc.blogspot.fr/2014/05/sparse-support-for-scikit-learn-gsoc_7753.html This is great. Please do that on a regular basis (ideally once a week) and please each time send a link to your post to the maili

Re: [Scikit-learn-general] Why is the alpha in the MiniBatchDictionaryLearning must be integer?

2014-05-20 Thread Alexandre Gramfort
hi, fixed in master: https://github.com/scikit-learn/scikit-learn/commit/4a04b3fb076232542c4f73683bd8ea86e2ce3c81 thanks for reporting the issue A On Tue, May 20, 2014 at 9:16 AM, Peiyun Hu wrote: > Hello everyone, > > I am currently using the Dictionary Learning of Scikit-Learn 0.14. As > t

[Scikit-learn-general] Why is the alpha in the MiniBatchDictionaryLearning must be integer?

2014-05-20 Thread Peiyun Hu
Hello everyone, I am currently using the Dictionary Learning of Scikit-Learn 0.14. As the documentation says, the sparsity controlling parameter '\alpha' is an interger. I wonder whether this should be a floating point. Why is this parameter designed to be an interger in the scikit-learn? Any su