-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfusion_matrix.json
1 lines (1 loc) · 1.15 KB
/
confusion_matrix.json
1
{"config": {"view": {"continuousWidth": 300, "continuousHeight": 300}}, "data": {"name": "data-79624747a897635def3fdca8c45e8073"}, "mark": {"type": "rect"}, "encoding": {"color": {"field": "value", "scale": {"scheme": "greenblue"}, "type": "quantitative"}, "tooltip": [{"field": "index", "type": "quantitative"}, {"field": "variable", "type": "quantitative"}, {"field": "value", "type": "quantitative"}], "x": {"field": "variable", "title": "Predicted", "type": "ordinal"}, "y": {"field": "index", "title": "Actual", "type": "ordinal"}}, "params": [{"name": "param_6", "select": {"type": "interval", "encodings": ["x", "y"]}, "bind": "scales"}], "title": "Confusion Matrix", "$schema": "https://vega.github.io/schema/vega-lite/v5.16.3.json", "datasets": {"data-79624747a897635def3fdca8c45e8073": [{"index": 0, "variable": 0, "value": 544}, {"index": 1, "variable": 0, "value": 13}, {"index": 2, "variable": 0, "value": 6}, {"index": 0, "variable": 1, "value": 12}, {"index": 1, "variable": 1, "value": 309}, {"index": 2, "variable": 1, "value": 6}, {"index": 0, "variable": 2, "value": 13}, {"index": 1, "variable": 2, "value": 13}, {"index": 2, "variable": 2, "value": 227}]}}