whyen I run nosetests sklearn --exe I get: Ran 591 tests in 19.176s FAILED (SKIP=1, errors=35)
when I run python -c "import sklearn; sklearn.test()" I get Ran 609 tests in 20.528s FAILED (SKIP=1, errors=51, failures=1) Is that normal ? Can I use scikit-learn anyway ? This is the full log of the test (nosetests sklearn --exe): http://pastebin.com/qJZwedTL ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
