Mercurial > repos > bgruening > sklearn_svm_classifier
diff test-data/classification_report.txt @ 7:979c8148a2b5 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 57f4407e278a615f47a377a3328782b1d8e0b54d
| author | bgruening | 
|---|---|
| date | Sun, 30 Dec 2018 01:34:06 -0500 | 
| parents | 42bd8790ef81 | 
| children | 2bbf0b17deab | 
line wrap: on
 line diff
--- a/test-data/classification_report.txt Thu Oct 11 03:17:58 2018 -0400 +++ b/test-data/classification_report.txt Sun Dec 30 01:34:06 2018 -0500 @@ -1,9 +1,11 @@ classification_report : - precision recall f1-score support + precision recall f1-score support - 0 1.00 1.00 1.00 14 - 1 1.00 0.62 0.77 16 - 2 0.60 1.00 0.75 9 + 0 1.00 1.00 1.00 14 + 1 1.00 0.62 0.77 16 + 2 0.60 1.00 0.75 9 -avg / total 0.91 0.85 0.85 39 + micro avg 0.85 0.85 0.85 39 + macro avg 0.87 0.88 0.84 39 +weighted avg 0.91 0.85 0.85 39
