Mercurial > repos > bgruening > sklearn_sample_generator
annotate test-data/classification_report.txt @ 32:3e86badc6a4d draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit ba6a47bdf76bbf4cb276206ac1a8cbf61332fd16"
author | bgruening |
---|---|
date | Fri, 13 Sep 2019 11:40:21 -0400 |
parents | 4bba6c7f0cc9 |
children | 8720b49b70da |
rev | line source |
---|---|
4
76f410ffac8f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/sklearn commit a9f28163f0d2e808e49c43a6df5a040706e79991
bgruening
parents:
diff
changeset
|
1 classification_report : |
28
4bba6c7f0cc9
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 57f4407e278a615f47a377a3328782b1d8e0b54d
bgruening
parents:
4
diff
changeset
|
2 precision recall f1-score support |
4
76f410ffac8f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/sklearn commit a9f28163f0d2e808e49c43a6df5a040706e79991
bgruening
parents:
diff
changeset
|
3 |
28
4bba6c7f0cc9
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 57f4407e278a615f47a377a3328782b1d8e0b54d
bgruening
parents:
4
diff
changeset
|
4 0 1.00 1.00 1.00 14 |
4bba6c7f0cc9
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 57f4407e278a615f47a377a3328782b1d8e0b54d
bgruening
parents:
4
diff
changeset
|
5 1 1.00 0.62 0.77 16 |
4bba6c7f0cc9
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 57f4407e278a615f47a377a3328782b1d8e0b54d
bgruening
parents:
4
diff
changeset
|
6 2 0.60 1.00 0.75 9 |
4
76f410ffac8f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/sklearn commit a9f28163f0d2e808e49c43a6df5a040706e79991
bgruening
parents:
diff
changeset
|
7 |
28
4bba6c7f0cc9
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 57f4407e278a615f47a377a3328782b1d8e0b54d
bgruening
parents:
4
diff
changeset
|
8 micro avg 0.85 0.85 0.85 39 |
4bba6c7f0cc9
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 57f4407e278a615f47a377a3328782b1d8e0b54d
bgruening
parents:
4
diff
changeset
|
9 macro avg 0.87 0.88 0.84 39 |
4bba6c7f0cc9
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 57f4407e278a615f47a377a3328782b1d8e0b54d
bgruening
parents:
4
diff
changeset
|
10 weighted avg 0.91 0.85 0.85 39 |
4
76f410ffac8f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/sklearn commit a9f28163f0d2e808e49c43a6df5a040706e79991
bgruening
parents:
diff
changeset
|
11 |