Re: [Scikit-learn-general] GridSearchCV using a ton of memory

2014-10-11 Thread Alexandre Gramfort
chris please open an issue. it also seems like the issue appears with lsqr but not with other solvers. Alex -- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out

Re: [Scikit-learn-general] GridSearchCV using a ton of memory

2014-10-11 Thread Chris Holdgraf
Ahhh, that is a good point Joel, I hadn't thought about that. I think you may be right, check out the updated gist . I also wrote in some objgraph code to print the backrefs before and after the "fit" method is called using Ridge. He

Re: [Scikit-learn-general] delta idf and bm25

2014-10-11 Thread Pavel Soriano
Hi Lars, Thanks for the gist. For my part, I will look into it and propose some ideas as soon as possible. Cheers, Pavel S. On Thu, Oct 9, 2014 at 1:22 PM, Lars Buitinck wrote: > 2014-08-23 21:25 GMT+02:00 Lars Buitinck : > > I was just implementing tf-chi2 today (I have a text classificati

Re: [Scikit-learn-general] GridSearchCV using a ton of memory

2014-10-11 Thread Joel Nothman
Is there reason to believe this is associated with grid search, and not just a memory leak in Ridge? On 11 October 2014 20:42, Alexandre Gramfort < alexandre.gramf...@telecom-paristech.fr> wrote: > Indeed I can reproduce the problem. > > Maybe @MechCoder can have a look. > > out of curiosity why

Re: [Scikit-learn-general] GridSearchCV using a ton of memory

2014-10-11 Thread Alexandre Gramfort
Indeed I can reproduce the problem. Maybe @MechCoder can have a look. out of curiosity why don't you use RidgeCV? Alex -- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Sta