Skip to content

Instantly share code, notes, and snippets.

@yulu
Last active July 26, 2018 06:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yulu/128c383e487bc90aa9d5eff6b587f897 to your computer and use it in GitHub Desktop.
Save yulu/128c383e487bc90aa9d5eff6b587f897 to your computer and use it in GitHub Desktop.
[
{
"concept": "red",
"value": {
"threshold": [...],
"precision": [...],
"recall": [...],
"f1-score": [...],
"FT": [...],
"FP": [...],
"FN": [...]
}
},
{
"concept": "blue",
"value": {
"threshold": [...],
"precision": [...],
"recall": [...],
"f1-score": [...],
"FT": [...],
"FP": [...],
"FN": [...]
}
},
...
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment