Mercurial > repos > bgruening > sklearn_pairwise_metrics
annotate test-data/classification_report.txt @ 33:65ce373f4d4b draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit eb703290e2589561ea215c84aa9f71bcfe1712c6"
author | bgruening |
---|---|
date | Fri, 01 Nov 2019 16:56:23 -0400 |
parents | 43d20c963d75 |
children | 8e9ec9713c21 |
rev | line source |
---|---|
3
f8cd85c496c9
planemo upload for repository https://github.com/bgruening/galaxytools/tools/sklearn commit a9f28163f0d2e808e49c43a6df5a040706e79991
bgruening
parents:
diff
changeset
|
1 classification_report : |
27
43d20c963d75
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 57f4407e278a615f47a377a3328782b1d8e0b54d
bgruening
parents:
3
diff
changeset
|
2 precision recall f1-score support |
3
f8cd85c496c9
planemo upload for repository https://github.com/bgruening/galaxytools/tools/sklearn commit a9f28163f0d2e808e49c43a6df5a040706e79991
bgruening
parents:
diff
changeset
|
3 |
27
43d20c963d75
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 57f4407e278a615f47a377a3328782b1d8e0b54d
bgruening
parents:
3
diff
changeset
|
4 0 1.00 1.00 1.00 14 |
43d20c963d75
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 57f4407e278a615f47a377a3328782b1d8e0b54d
bgruening
parents:
3
diff
changeset
|
5 1 1.00 0.62 0.77 16 |
43d20c963d75
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 57f4407e278a615f47a377a3328782b1d8e0b54d
bgruening
parents:
3
diff
changeset
|
6 2 0.60 1.00 0.75 9 |
3
f8cd85c496c9
planemo upload for repository https://github.com/bgruening/galaxytools/tools/sklearn commit a9f28163f0d2e808e49c43a6df5a040706e79991
bgruening
parents:
diff
changeset
|
7 |
27
43d20c963d75
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 57f4407e278a615f47a377a3328782b1d8e0b54d
bgruening
parents:
3
diff
changeset
|
8 micro avg 0.85 0.85 0.85 39 |
43d20c963d75
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 57f4407e278a615f47a377a3328782b1d8e0b54d
bgruening
parents:
3
diff
changeset
|
9 macro avg 0.87 0.88 0.84 39 |
43d20c963d75
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 57f4407e278a615f47a377a3328782b1d8e0b54d
bgruening
parents:
3
diff
changeset
|
10 weighted avg 0.91 0.85 0.85 39 |
3
f8cd85c496c9
planemo upload for repository https://github.com/bgruening/galaxytools/tools/sklearn commit a9f28163f0d2e808e49c43a6df5a040706e79991
bgruening
parents:
diff
changeset
|
11 |