Mercurial > repos > bgruening > sklearn_pairwise_metrics
annotate test-data/classification_report.txt @ 3:f8cd85c496c9 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tools/sklearn commit a9f28163f0d2e808e49c43a6df5a040706e79991
author | bgruening |
---|---|
date | Thu, 23 Jun 2016 15:27:24 -0400 |
parents | |
children | 43d20c963d75 |
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 : |
f8cd85c496c9
planemo upload for repository https://github.com/bgruening/galaxytools/tools/sklearn commit a9f28163f0d2e808e49c43a6df5a040706e79991
bgruening
parents:
diff
changeset
|
2 precision recall f1-score support |
f8cd85c496c9
planemo upload for repository https://github.com/bgruening/galaxytools/tools/sklearn commit a9f28163f0d2e808e49c43a6df5a040706e79991
bgruening
parents:
diff
changeset
|
3 |
f8cd85c496c9
planemo upload for repository https://github.com/bgruening/galaxytools/tools/sklearn commit a9f28163f0d2e808e49c43a6df5a040706e79991
bgruening
parents:
diff
changeset
|
4 0 1.00 1.00 1.00 14 |
f8cd85c496c9
planemo upload for repository https://github.com/bgruening/galaxytools/tools/sklearn commit a9f28163f0d2e808e49c43a6df5a040706e79991
bgruening
parents:
diff
changeset
|
5 1 1.00 0.62 0.77 16 |
f8cd85c496c9
planemo upload for repository https://github.com/bgruening/galaxytools/tools/sklearn commit a9f28163f0d2e808e49c43a6df5a040706e79991
bgruening
parents:
diff
changeset
|
6 2 0.60 1.00 0.75 9 |
f8cd85c496c9
planemo upload for repository https://github.com/bgruening/galaxytools/tools/sklearn commit a9f28163f0d2e808e49c43a6df5a040706e79991
bgruening
parents:
diff
changeset
|
7 |
f8cd85c496c9
planemo upload for repository https://github.com/bgruening/galaxytools/tools/sklearn commit a9f28163f0d2e808e49c43a6df5a040706e79991
bgruening
parents:
diff
changeset
|
8 avg / total 0.91 0.85 0.85 39 |
f8cd85c496c9
planemo upload for repository https://github.com/bgruening/galaxytools/tools/sklearn commit a9f28163f0d2e808e49c43a6df5a040706e79991
bgruening
parents:
diff
changeset
|
9 |