Mercurial > repos > bgruening > sklearn_estimator_attributes
diff test-data/classification_report.txt @ 0:92918723f751 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit c0a3a186966888e5787335a7628bf0a4382637e7
| author | bgruening |
|---|---|
| date | Tue, 14 May 2019 17:47:04 -0400 |
| parents | |
| children | b2123d87380c |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/classification_report.txt Tue May 14 17:47:04 2019 -0400 @@ -0,0 +1,11 @@ +classification_report : + 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 + + 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 +
