[Scikit-learn-general] Announcing lightning v0.1

2016-03-25 Thread Fabian Pedregosa
Dear all, I'm pleased to announce the first public release of lightning ( http://contrib.scikit-learn.org/lightning/). lightning is a library for large-scale linear classification, regression and ranking in Python. Highlights: * follows the scikit-learn API conventions. * supports

Re: [Scikit-learn-general] [Matplotlib-users] Scipy2016: call for proposals

2016-03-23 Thread Fabian Pedregosa
Hi Andy, I'll likely be there. Best, Fabian On Mon, Feb 22, 2016 at 11:35 PM, Nelson Liu wrote: > Hi all, > I might be attending, is there going to be a scikit-learn sprint? I'd also > be interested in helping put together a tutorial :) > > Nelson Liu > > > On Mon, Feb 22,

Re: [Scikit-learn-general] dev website rebuild

2013-09-26 Thread Fabian Pedregosa
The docs are now written to $previous_path + /stable/, and this broke my upload script. I've updated my script and it should be fixed now. Fabian On Tue, Sep 3, 2013 at 4:41 PM, Fabian Pedregosa fabian.pedreg...@inria.frwrote: I think it still runs on my machine. I'm looking

Re: [Scikit-learn-general] dev website rebuild

2013-09-03 Thread Fabian Pedregosa
I think it still runs on my machine. I'm looking into it ... On Tue, Sep 3, 2013 at 11:57 AM, Jaques Grobler jaquesgrob...@gmail.comwrote: Hmm i've no idea.. I can do a manual update in the meanwhile, but I don't know why cron job hasn't been doing it :\ 2013/9/3 Andreas Mueller

Re: [Scikit-learn-general] question about scikit / sklearn K folds cross validation

2013-04-25 Thread Fabian Pedregosa
On Wed, Apr 24, 2013 at 5:03 PM, John Richey ric...@vt.edu wrote: Hello, I am having difficulty with a cross validation problem, and any help would be much appreciated. I have a large number of research subjects from 15 different data collection sites. I want to assess whether site has any

Re: [Scikit-learn-general] Bugfix release 0.12.1

2012-10-09 Thread Fabian Pedregosa
This is great news. Since I stepped out from first-line development and started using scikit-learn as a regular user I've been missing some api stability and bugfix releases(those things that we neglect as developers but are essential to end users). Thanks and I hope to see more of these! On Oct

Re: [Scikit-learn-general] memory troubles with RidgeClassifier

2012-09-07 Thread Fabian Pedregosa
On Fri, Sep 7, 2012 at 4:18 PM, Olivier Grisel olivier.gri...@ensta.org wrote: 2012/9/7 Lars Buitinck l.j.buiti...@uva.nl: I just tried running the document classification example with all 20 classes, but the RidgeClassifier was taking so much memory that it triggered the OOM killer. This

Re: [Scikit-learn-general] Whatever happened to moving the website

2012-09-07 Thread Fabian Pedregosa
The current .htaccess file that does the redirects (done by Gael) is: Options +FollowSymLinks RewriteEngine on RedirectMatch permanent ^/$ http://scikit-learn.org/stable RewriteRule ^modules/(.*) http://scikit-learn.org/stable/modules/$1 [R=301,L] RewriteRule ^auto_examples/(.*)

Re: [Scikit-learn-general] Announce: scikit-learn 0.10

2012-01-27 Thread Fabian Pedregosa
On Fri, Jan 27, 2012 at 3:20 PM, Vlad Niculae v...@vene.ro wrote: The binaries are up! Thanks Vlad, Fabian -- Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft

Re: [Scikit-learn-general] Announce: scikit-learn 0.10

2012-01-11 Thread Fabian Pedregosa
It's the whole site. It get's redirected to http://www.zoneedit.com/fh.php and then a 404 error appears On Thu, Jan 12, 2012 at 12:00 AM, Gael Varoquaux gael.varoqu...@normalesup.org wrote: On Wed, Jan 11, 2012 at 05:55:06PM -0500, Wes McKinney wrote: scikit-learn.org appears to be down.

Re: [Scikit-learn-general] Publishing the HTML doc on github

2012-01-09 Thread Fabian Pedregosa
On Mon, Jan 9, 2012 at 2:00 AM, Olivier Grisel olivier.gri...@ensta.org wrote: Hi all, As discussed earlier, here is a new tool to publish the doc on github rather than sourceforge. The result is available here:  https://github.com/scikit-learn/scikit-learn.org (the repo for the tool,

Re: [Scikit-learn-general] sklearn.test() weirdness

2012-01-06 Thread Fabian Pedregosa
On Fri, Jan 6, 2012 at 2:38 AM, Vlad Niculae zephy...@gmail.com wrote: On Jan 5, 2012, at 23:45 , Fabian Pedregosa wrote: and that was quite convenient for testing on systems on which nosetest fails (windows). Hi Fabian Could you please be more specific regarding this point, since

Re: [Scikit-learn-general] Development doc not being updated

2012-01-06 Thread Fabian Pedregosa
On Fri, Jan 6, 2012 at 5:59 PM, Olivier Grisel olivier.gri...@ensta.org wrote: 2012/1/6 Vlad Niculae zephy...@gmail.com: On Jan 6, 2012, at 17:39 , Olivier Grisel wrote: 2012/1/6 Vlad Niculae zephy...@gmail.com: Hello all, especially Fabian. I've noticed that the new examples still don't

Re: [Scikit-learn-general] KMeans implementation in C with OpenMP

2012-01-05 Thread Fabian Pedregosa
On Thu, Jan 5, 2012 at 9:35 AM, Benjamin Hepp benjamin.h...@googlemail.com wrote: My implementation is assuming all data fits in memory. I'll do some benchmarks and look into the openmp/building/cython issues. Hey, Good look with the building issues. A safe solution would be to do conditional

Re: [Scikit-learn-general] sklearn.test() weirdness

2012-01-05 Thread Fabian Pedregosa
On Thu, Jan 5, 2012 at 11:30 PM, Gael Varoquaux gael.varoqu...@normalesup.org wrote: On Thu, Jan 05, 2012 at 11:28:45PM +0100, Andreas wrote: As I said, I don't have multiple versions and the only thing that fails is sklearn.test(). OK, so let's move the warning there. +1. Raising an

[Scikit-learn-general] coding sprint: how to get there

2011-12-17 Thread Fabian Pedregosa
Dear all, Here is some information for those attending the coding sprint starting this Monday in Granada. The sprint will take place in the Centro de Documentación Científica de la Universidad de Granada, which is part of Granada´s University Campus. Nearby bus stops include Triunfo and Gran

Re: [Scikit-learn-general] RuntimeError: Factor is exactly singular

2011-12-08 Thread Fabian Pedregosa
I reduced the problem to a difference of results with eigsh when working in shift-invert mode and when not. Notice that the following works with sigma=None but not with sigma=0. , thus seems to me that we should fall back to non invert-mode for singular matrices (see asociated pull request). ```

[Scikit-learn-general] next release

2011-12-05 Thread Fabian Pedregosa
Dear scikit-learners, It's about time for a new release. This month of December is rather busy with the NIPS conference and the coding sprint happening [0] so I propose to make the release just after holidays, during the first weeks of January. That should give us enough time to test and

Re: [Scikit-learn-general] Possible bug about RidgeClass​ifier and a question about Tree

2011-11-18 Thread Fabian Pedregosa
On Thu, Nov 17, 2011 at 1:23 AM, SK Sn flake...@gmail.com wrote: Hi there, (This may be a duplication. The same message sent two hours ago seems lost by the mailing server, so I resend.) I experienced abnormal behaviors of RidgeClassifier in context of text classification. Test setup:

Re: [Scikit-learn-general] feedback on sklearn inria teaser slides

2011-11-18 Thread Fabian Pedregosa
Very nice slices, [nitpicking] the logo in the upper left side is a bit pixelized, you should use the svg version which scales more gratefully. [/nitpicking] Fabian On Thu, Nov 17, 2011 at 9:27 PM, Alexandre Gramfort alexandre.gramf...@inria.fr wrote:

Re: [Scikit-learn-general] How are releases decided upon?

2011-11-14 Thread Fabian Pedregosa
On Fri, Nov 11, 2011 at 11:13 AM, Robert Layton robertlay...@gmail.com wrote: I'm just curious as to how its decided when 0.10 will be ready - is it purely a time based thing, or is there a list of features/bugs to fix by then? - Robert It's usually time-based but there is indeed a list of

Re: [Scikit-learn-general] Can't find sklearn.manifold in the Python Module Index

2011-11-10 Thread Fabian Pedregosa
On Thu, Nov 10, 2011 at 11:39 AM, Gael Varoquaux gael.varoqu...@normalesup.org wrote: On Thu, Nov 10, 2011 at 11:24:59AM +0100, Andreas Müller wrote:     * Download * Support * User Guide * Examples  *Class Reference * Development I'd like that. I'm always scrolling (or searching) to find

Re: [Scikit-learn-general] Can't find sklearn.manifold in the Python Module Index

2011-11-09 Thread Fabian Pedregosa
Awesome. Thanks! On 11/10/11, Gael Varoquaux gael.varoqu...@normalesup.org wrote: On Wed, Nov 09, 2011 at 03:16:02PM -0800, Olivier Grisel wrote: Actually, I would suggest that, if nobody in the development team knows how to control these entries, we simply disable the module index (I know

Re: [Scikit-learn-general] Parallel GridSearchCV on sparse.SVC fails with ValueError

2011-11-06 Thread Fabian Pedregosa
On Sun, Nov 6, 2011 at 1:26 AM, Lars Buitinck l.j.buiti...@uva.nl wrote: 2011/11/6 Sami Liedes sami.lie...@aalto.fi: On Sun, Nov 06, 2011 at 12:22:37AM +0100, Lars Buitinck wrote: With sparse data, you should use the indices=True argument to StratifiedKFold. By default, it will return a

Re: [Scikit-learn-general] bibtex entry for the 0.9 release

2011-11-06 Thread Fabian Pedregosa
Thanks to all. By the way, it's a bit of a pain to everybody that only I can update the web page. Following the ipython workflow, how about we create a repo scikit-learn-webpage that everyone can edit and a cron job to update the sf account ? Fabian On 11/6/11, Gael Varoquaux

Re: [Scikit-learn-general] http://scikit-learn.org

2011-11-06 Thread Fabian Pedregosa
- The Google custom search Fixed. Fabian -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 ___ Scikit-learn-general mailing list

Re: [Scikit-learn-general] Fwd: [SMILE in Paris] SMILE seminar Nov 3: Stochastic approximations (again), by Francis Bach

2011-10-31 Thread Fabian Pedregosa
Thanks for the info, see you there!, Fabian On Fri, Oct 28, 2011 at 5:51 PM, Olivier Grisel olivier.gri...@ensta.org wrote: Parisians might be interested in the following seminar by F. Bach about the online averaging methods recently discussed on this mailing list. -- Forwarded

Re: [Scikit-learn-general] np.matrix: accept or reject?

2011-10-21 Thread Fabian Pedregosa
+1 for accepting anything that quacks like a duck, it should be up to the user to decide which data structure to use. Fabian. On 10/21/11, Robert Layton robertlay...@gmail.com wrote: On 21 October 2011 01:27, Gael Varoquaux gael.varoqu...@normalesup.orgwrote: On Thu, Oct 20, 2011 at

Re: [Scikit-learn-general] Documentation linking

2011-10-20 Thread Fabian Pedregosa
On Wed, Oct 19, 2011 at 10:00 PM, Vlad Niculae v...@vene.ro wrote: Hi Jake, A while back I remember having that issue because my local version of sphinx was higher than 1.0.0 and thus unsupported by the scikit-learn docs, so the function links wouldn't work when I built it locally, but they

Re: [Scikit-learn-general] Question about mixture.VBGMM and mixture.DPGMM

2011-10-11 Thread Fabian Pedregosa
On Sat, Oct 8, 2011 at 3:21 PM, Martin Fergie mfer...@cs.man.ac.uk wrote: Hi, I've been experimenting with the variational clustering method introduced in the latest version of scikits-learn. I'm having trouble getting these models to fit properly. I've been experimenting with two small data

[Scikit-learn-general] Announce: scikit-learn 0.9

2011-09-22 Thread Fabian Pedregosa
Dear all, I am pleased to announce the availability of scikits.learn 0.9. scikit-learn 0.9 was released on September 2011, three months after the 0.8 release and includes the new modules Manifold learning, The Dirichlet Process as well as a dozen of new algorithms, datasets, performance and