Mercurial > repos > bgruening > sklearn_lightgbm
diff test-data/classification_report.txt @ 0:13226b2ddfb4 draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 756f8be9c3cd437e131e6410cd625c24fe078e8c"
| author | bgruening |
|---|---|
| date | Wed, 22 Jan 2020 07:51:20 -0500 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/classification_report.txt Wed Jan 22 07:51:20 2020 -0500 @@ -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 + + accuracy 0.85 39 + macro avg 0.87 0.88 0.84 39 +weighted avg 0.91 0.85 0.85 39 +
