Skip to content

Commit

Permalink
Merge pull request #208 from danstowell/patch-1
Browse files Browse the repository at this point in the history
Rename classificationConfidence to classificationProbability, and note that it's usually omitted for human classifications
  • Loading branch information
peterdesmet authored Feb 7, 2023
2 parents 0bec99e + 3fe06c9 commit d9009d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/observations.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
observationID,eventID,observationType,cameraSetup,taxonID,scientificName,count,countNew,lifeStage,sex,behavior,individualID,classificationMethod,classifiedBy,classificationTimestamp,classificationConfidence,comments
observationID,eventID,observationType,cameraSetup,taxonID,scientificName,count,countNew,lifeStage,sex,behavior,individualID,classificationMethod,classifiedBy,classificationTimestamp,classificationProbability,comments
705e6036-aa3d-487c-a184-cf951747d8cb,4bb69c45-f6e5-4988-966a-6f7a8eac1117,animal,FALSE,DGP6,Anas platyrhynchos,1,,adult,female,,,human,Danny Van der beeck,2020-07-09T09:39:52Z,,
87fdd8fa-4e85-4043-a258-30cc5f507191,f99bfff4-07d0-485b-a390-7cf04434c5cb,animal,FALSE,DGP6,Anas platyrhynchos,1,,adult,male,,,human,Danny Van der beeck,2020-07-09T09:40:32Z,,
1fcdba64-14d2-490e-9afe-8503a78a8b47,f99bfff4-07d0-485b-a390-7cf04434c5cb,animal,FALSE,DGP6,Anas platyrhynchos,1,,adult,female,,,human,Danny Van der beeck,2020-07-09T09:40:44Z,,
Expand Down
4 changes: 2 additions & 2 deletions observations-table-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@
"example": "2020-08-22T10:25:19Z"
},
{
"name": "classificationConfidence",
"description": "Accuracy confidence of the (most recent) classification. Expressed as a probability, with `1` being maximum confidence. Provide an approximate value for human classifications.",
"name": "classificationProbability",
"description": "Degree of certainty of the (most recent) classification. Expressed as a probability, with `1` being maximum certainty. Omit or provide an approximate probability for human classifications.",
"type": "number",
"constraints": {
"required": false,
Expand Down

0 comments on commit d9009d4

Please sign in to comment.