Skip to content

Commit a895125

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

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

examples/extras/classification-confusion-matrix.ipynb

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "ce92c898",
5+
"id": "b57f8cce",
66
"metadata": {},
77
"source": [
88
"<td>\n",
@@ -12,7 +12,7 @@
1212
},
1313
{
1414
"cell_type": "markdown",
15-
"id": "5d6ab814",
15+
"id": "9ea4e1e2",
1616
"metadata": {},
1717
"source": [
1818
"<td>\n",
@@ -43,16 +43,18 @@
4343
{
4444
"cell_type": "code",
4545
"execution_count": null,
46-
"id": "bf8c817c",
46+
"id": "1bfdd234",
4747
"metadata": {},
4848
"outputs": [],
4949
"source": [
50-
"!pip install -q 'labelbox[data]'"
50+
"!pip install -q 'labelbox[data]'\n",
51+
"!pip install -q scikit-learn\n",
52+
"!pip install "
5153
]
5254
},
5355
{
5456
"cell_type": "markdown",
55-
"id": "b338a06e",
57+
"id": "1b63a693",
5658
"metadata": {
5759
"ExecuteTime": {
5860
"end_time": "2022-02-25T17:21:41.598592Z",
@@ -183,7 +185,7 @@
183185
},
184186
{
185187
"cell_type": "markdown",
186-
"id": "88c31726",
188+
"id": "e776b3ca",
187189
"metadata": {},
188190
"source": [
189191
"## Labeler Selection"
@@ -241,7 +243,7 @@
241243
},
242244
{
243245
"cell_type": "markdown",
244-
"id": "95a7eed3",
246+
"id": "4526d2fb",
245247
"metadata": {},
246248
"source": [
247249
"## Confusion Matrix"

0 commit comments

Comments
 (0)