[Scikit-learn-general] My talk was approved for EuroScipy'14

2014-05-22 Thread Gilles Louppe
Hi folks, Just for letting you know, my talk Accelerating Random Forests in Scikit-Learn was approved for EuroScipy'14. Details can be found at https://www.euroscipy.org/2014/schedule/presentation/9/. My slides are far from being ready, but my intention is to present our team efforts on the tree

Re: [Scikit-learn-general] My talk was approved for EuroScipy'14

2014-05-22 Thread Vlad Niculae
This is great news, congratulations Gilles! Cheers, Vlad On May 22, 2014 8:15 AM, Gilles Louppe g.lou...@gmail.com wrote: Hi folks, Just for letting you know, my talk Accelerating Random Forests in Scikit-Learn was approved for EuroScipy'14. Details can be found at

Re: [Scikit-learn-general] My talk was approved for EuroScipy'14

2014-05-22 Thread Peter Prettenhofer
congrats Gilles -- looking forward to your talk -- you should definitely make a blog post from your material (and benchmarks)! 2014-05-22 8:50 GMT+02:00 Vlad Niculae zephy...@gmail.com: This is great news, congratulations Gilles! Cheers, Vlad On May 22, 2014 8:15 AM, Gilles Louppe

Re: [Scikit-learn-general] My talk was approved for EuroScipy'14

2014-05-22 Thread Arnaud Joly
Congratulation ! :-) Cheers, Arnaud On 22 May 2014, at 10:50, Peter Prettenhofer peter.prettenho...@gmail.com wrote: congrats Gilles -- looking forward to your talk -- you should definitely make a blog post from your material (and benchmarks)! 2014-05-22 8:50 GMT+02:00 Vlad Niculae

Re: [Scikit-learn-general] Using CBLAS libraries externally, setup (Quick Question)

2014-05-22 Thread Sergio Pascual
2014-05-21 14:08 GMT+02:00 Lars Buitinck larsm...@gmail.com: 2014-05-21 13:59 GMT+02:00 Sergio Pascual sergio.pa...@gmail.com: This is the patch we use in fedora to compile scikit-learn 0.14.1 with system cblas

Re: [Scikit-learn-general] sparse_encode omp error -- the number of atoms... (line 456 of dict_learning.py), sklearn 0.14.1

2014-05-22 Thread Kyle Kastner
This looks like it would fix the issue with autochosen n_nonzero_coefs - which is great! After reading the paper mentioned in the docstring, I can see where the Gram matrix calculation is coming from now, but I think the check if tol is None and n_nonzero_coefs len(Gram): raise

[Scikit-learn-general] Digit recognition

2014-05-22 Thread klo uo
Hi, I followed documentation for digit recognition, as I was hoping for something better then OCR with minimal involvement from my side. Here is example: http://nbviewer.ipython.org/gist/klonuo/8738685d0e5a8aa0 So I'm feeding the classifier with my own data compliant to format it expects

Re: [Scikit-learn-general] sparse_encode omp error -- the number of atoms... (line 456 of dict_learning.py), sklearn 0.14.1

2014-05-22 Thread Alexandre Gramfort
can you send a PR and use github to report issues? it's easier to track compared to an email... thanks A -- Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across

Re: [Scikit-learn-general] Classifier for Neural Networks

2014-05-22 Thread Eric Chiang
Saw about that about a month ago that there were plans for a vanilla feed-forward net. Was wonder what the status of that was. I've implemented one in Julia recently and have been keen on porting it to python. -- Eric Chiang Software Engineer, Yhat, Inc. @erchiang

Re: [Scikit-learn-general] Classifier for Neural Networks

2014-05-22 Thread Issam
Hi Eric, My GSoC 2014 project requires me to finalize the vanilla feed-forward net by next week. Here is the pull-request, https://github.com/scikit-learn/scikit-learn/pull/2120 The code only needs a final review and the I am working on completing the documentation. Thanks. --Issam On

Re: [Scikit-learn-general] Community Suggestion for Contribution appropriate as Undergraduate Thesis submission

2014-05-22 Thread Robert Layton
Hi Stelios, Thanks for your interest. We had a survey recently of features people would like to see: https://www.mail-archive.com/scikit-learn-general%40lists.sourceforge.net/msg05970.html Take a look at that, and see if anything peeks your interest. Make sure to check with the mailing list