Victor replied to me in a private message: it might be caused by this bug http://bugs.python.org/issue12775 .
Brian, can you disable the gc dans re-run your scripts to check whether this is the case? import gc gc.disable() Also Victor would like to know whether the situation is better in python 3.2+. -- Olivier ------------------------------------------------------------------------------ The demand for IT networking professionals continues to grow, and the demand for specialized networking skills is growing even more rapidly. Take a complimentary Learning@Cisco Self-Assessment and learn about Cisco certifications, training, and career opportunities. http://p.sf.net/sfu/cisco-dev2dev _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
