Skip to content

Instantly share code, notes, and snippets.

@fcharmy
Created November 2, 2018 09:27
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 fcharmy/dbf2785322ed479c4079802211c5f005 to your computer and use it in GitHub Desktop.
Save fcharmy/dbf2785322ed479c4079802211c5f005 to your computer and use it in GitHub Desktop.
{
"overview": {
"concept_group_names": [
"category",
"sleeve_length",
"pattern"
]
},
"results": [
{
"concept_group_name": "sleeve_length",
"concept_names": [
"long",
"medium",
"short"
],
"metrics": {
"confusion_matrix": {
"type": "array_2d",
"array_2d_value": [
[
3,
2,
1
],
[
1,
3,
2
],
[
1,
0,
4
]
]
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment