Skip to content

Commit c7de960

Browse files
author
Juan Buhler
committed
installs
1 parent a895125 commit c7de960

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

examples/extras/classification-confusion-matrix.ipynb

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "b57f8cce",
5+
"id": "85fd10d5",
66
"metadata": {},
77
"source": [
88
"<td>\n",
@@ -12,7 +12,7 @@
1212
},
1313
{
1414
"cell_type": "markdown",
15-
"id": "9ea4e1e2",
15+
"id": "21006abc",
1616
"metadata": {},
1717
"source": [
1818
"<td>\n",
@@ -43,18 +43,19 @@
4343
{
4444
"cell_type": "code",
4545
"execution_count": null,
46-
"id": "1bfdd234",
46+
"id": "65abcb53",
4747
"metadata": {},
4848
"outputs": [],
4949
"source": [
5050
"!pip install -q 'labelbox[data]'\n",
5151
"!pip install -q scikit-learn\n",
52-
"!pip install "
52+
"!pip install -q matplotlib\n",
53+
"!pip install -q ipywidgets"
5354
]
5455
},
5556
{
5657
"cell_type": "markdown",
57-
"id": "1b63a693",
58+
"id": "16c77cc0",
5859
"metadata": {
5960
"ExecuteTime": {
6061
"end_time": "2022-02-25T17:21:41.598592Z",
@@ -185,7 +186,7 @@
185186
},
186187
{
187188
"cell_type": "markdown",
188-
"id": "e776b3ca",
189+
"id": "41cca3a9",
189190
"metadata": {},
190191
"source": [
191192
"## Labeler Selection"
@@ -243,7 +244,7 @@
243244
},
244245
{
245246
"cell_type": "markdown",
246-
"id": "4526d2fb",
247+
"id": "1baead55",
247248
"metadata": {},
248249
"source": [
249250
"## Confusion Matrix"

0 commit comments

Comments
 (0)