Skip to content

Commit c817f61

Browse files
author
Juan Buhler
committed
combined installs
1 parent c7de960 commit c817f61

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

examples/extras/classification-confusion-matrix.ipynb

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "85fd10d5",
5+
"id": "f1114bb1",
66
"metadata": {},
77
"source": [
88
"<td>\n",
@@ -12,7 +12,7 @@
1212
},
1313
{
1414
"cell_type": "markdown",
15-
"id": "21006abc",
15+
"id": "3ea83567",
1616
"metadata": {},
1717
"source": [
1818
"<td>\n",
@@ -43,19 +43,16 @@
4343
{
4444
"cell_type": "code",
4545
"execution_count": null,
46-
"id": "65abcb53",
46+
"id": "c4893f46",
4747
"metadata": {},
4848
"outputs": [],
4949
"source": [
50-
"!pip install -q 'labelbox[data]'\n",
51-
"!pip install -q scikit-learn\n",
52-
"!pip install -q matplotlib\n",
53-
"!pip install -q ipywidgets"
50+
"!pip install -q 'labelbox[data]' scikit-learn matplotlib ipywidgets"
5451
]
5552
},
5653
{
5754
"cell_type": "markdown",
58-
"id": "16c77cc0",
55+
"id": "9e1b9e98",
5956
"metadata": {
6057
"ExecuteTime": {
6158
"end_time": "2022-02-25T17:21:41.598592Z",
@@ -186,7 +183,7 @@
186183
},
187184
{
188185
"cell_type": "markdown",
189-
"id": "41cca3a9",
186+
"id": "879039de",
190187
"metadata": {},
191188
"source": [
192189
"## Labeler Selection"
@@ -244,7 +241,7 @@
244241
},
245242
{
246243
"cell_type": "markdown",
247-
"id": "1baead55",
244+
"id": "e352447a",
248245
"metadata": {},
249246
"source": [
250247
"## Confusion Matrix"

0 commit comments

Comments
 (0)