2012/6/28 Michael Anuzis <[email protected]>: > Dear Scikit-Learn list, > > Excited to learn Scikit-Learn and am installing the tutorials. I ran > nosetests sklearn as directed in the Tutorial SetupĀ and got multiple errors > & failures. E-mailing this list with system specs as requested: > > Ran 937 tests in 148.572s > FAILED (SKIP=12, errors=5, failures=3) > > FAIL: Doctest: sklearn.pls.PLSCanonical > FAIL: test_fit_with_priors > (sklearn.tests.test_hmm.TestGaussianHMMWithDiagonalCovars) > FAIL: test_fit_with_priors > (sklearn.tests.test_hmm.TestGaussianHMMWithTiedCovars) > > System Specs: > > OSX 10.7.4 > Python 2.7.1 > Latest version of ScipySuperpack from github > Latest version of scikit-learn
The dev version from the master branch on github or the latest stable released version 0.11 ? > > Honestly not sure the significance of the above errors/failures. Can I > proceed to use Scikit-learn without everything being perfect? > Appreciate any guidance you can provide. The Partial Least Squares and Hidden Markov Models are not covered in the tutorial so that should not be a problem. However please send the tracebacks and other error messages of the tests so that we can have a look. -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel ------------------------------------------------------------------------------ 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
