Am 04.06.2012 12:08, schrieb Olivier Grisel: > 2012/6/4 Jaques Grobler<[email protected]>: >> Hi Everyone - have a weird problem happening here.. >> With the scikit-learn pull I did this morning - if I do a documentation >> build, (make clean and then make html) >> all goes alright until I reach `plot_ica_vs_pca.py ` >> It gets stuck on this fellow - nothing appears to be happening beyond my >> memory totally filling up. >> Cpu works hard at first, then at a stage it kind of gives up and drops to >> almost doing nothing, >> with memory staying pretty full.. >> Virgile got the same on his laptop. >> >> Can anyone reproduce this and does anyone have an idea what's causing this? >> plot_ica_vs_pca.py has never given me problems before.. >> running the example in iPython does the same thing. >> >> Last change to the file was in the beginning of may 2012, and I didn't have >> problems with it since then >> so I assume it's something else that's effecting it and not that change. >> Thanks > I confirm this example is allocating far too much memory. The most > recent changes on the ICA module is a variable renaming. I don't see > how this could possibly cause such behavior... > Sorry my bad. I corrected this on the weekend in this pr: https://github.com/scikit-learn/scikit-learn/pull/881 It was a bit tricky to find.
sorry about that. Cheers, Andy ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
