Skip to content

Instantly share code, notes, and snippets.

@tobystokes
Last active January 31, 2020 10:54
Show Gist options
  • Save tobystokes/548ca4d0906c4079eb822a960e3240ed to your computer and use it in GitHub Desktop.
Save tobystokes/548ca4d0906c4079eb822a960e3240ed to your computer and use it in GitHub Desktop.
{"traces": [
{
"y": ["accuracy", "f1", "precision", "recall"],
"x": [
0.8717948717948718,
0.7141389934953782,
0.770879526977088,
0.6651785714285714
],
"name": "real",
"type": "bar",
"orientation": "h",
},
{
"y": ["accuracy", "f1", "precision", "recall"],
"x": [
0.775218793182865,
0.4029363784665579,
0.5588235294117647,
0.31505102040816324
],
"name": "synth",
"type": "bar",
"orientation": "h",
}
],
"layout": {
"barmode": "overlay"
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment