Advertisement
Guest User

output

a guest
May 13th, 2013
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. heiko@heiko-ThinkPad-T420:~/Desktop/shogun/shogun/tests/integration/python_modul
  2. ar$ ./tester.py evaluation_multiclassovrevaluation_modular.py
  3. ./evaluation_multiclassovrevaluation_modular.py:21: RuntimeWarning: [WARN] MulticlassStrategy::CMulticlassStrategy(): register parameters!
  4.  
  5. svm = MulticlassLibLinear(1.0,RealFeatures(traindat),MulticlassLabels(label_traindat))
  6. ['0.928008821676']
  7. ['0.717391304348']
  8. [['0.928008821676'], ['0.717391304348']]
  9. ['0.927693761815']
  10. ['0.717391304348']
  11. [['0.927693761815'], ['0.717391304348']]
  12. evaluation_multiclassovrevaluation_modular.py setting 1/1 ERROR
  13.  
  14. The following tests failed!
  15. evaluation_multiclassovrevaluation_modular.py setting 1/1
  16. === EXPECTED ==========
  17. 0.927693761815
  18. 0.717391304348
  19. ====DIFF================
  20. --- expected
  21.  
  22. +++ got
  23.  
  24. @@ -1,2 +1,2 @@
  25.  
  26. -0.927693761815
  27. +0.928008821676
  28. 0.717391304348
  29. ====EOT================
  30.  
  31.  
  32.  
  33.  
  34. evaluation_multiclassovrevaluation_modular.py setting 1/1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement