On Fri, May 25, 2012 at 12:14:33AM +0200, Andreas Mueller wrote: > It's good that you where able to work around the problem. > Could you still please open an issue on github and give a script > that reproduces the problem (non-deterministically)?
That was useful: I could fix that bug in https://github.com/scikit-learn/scikit-learn/commit/e04fe926e079312f954be6c4ece270fdefe83474 By the way, it shows that properly explore all codepaths in our tests will probably reveal more bugs (e.g. with sparse input, as it was the case). There is a lot of useful work to do to increase test coverage. Gael ------------------------------------------------------------------------------ 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
