2012/1/23, Alejandro Weinstein <[email protected]>: ====================================================================== > FAIL: sklearn.tests.test_multiclass.test_ovr_fit_predict > ---------------------------------------------------------------------- > File "/home/ajw/local/scikit-learn/sklearn/tests/test_multiclass.py", > line 63, in test_ovr_fit_predict
This test is using a LinearSVC, which I believe using an RNG at the C level whose seed/state we can't control. I've seen similar test failures with the SVM tests occasionally, but forgot to patch them. We can either use assert_array_almost_equal or change the test to use, say, a Naive Bayes or kNN estimator. ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
