Advertisement
Guest User

Untitled

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