Christina Theodoris
commited on
Commit
•
879a878
1
Parent(s):
019165f
Remove unused evalset variable from cell classification example
Browse files
examples/cell_classification.ipynb
CHANGED
@@ -58,21 +58,10 @@
|
|
58 |
"metadata": {},
|
59 |
"outputs": [],
|
60 |
"source": [
|
61 |
-
"# load
|
62 |
"train_dataset=load_from_disk(\"/path/to/cell_type_train_data.dataset\")"
|
63 |
]
|
64 |
},
|
65 |
-
{
|
66 |
-
"cell_type": "code",
|
67 |
-
"execution_count": 17,
|
68 |
-
"id": "60eb8b0b-03ba-4065-98e3-0e424a9174ad",
|
69 |
-
"metadata": {},
|
70 |
-
"outputs": [],
|
71 |
-
"source": [
|
72 |
-
"# load evaluation dataset (includes all tissues)\n",
|
73 |
-
"eval_dataset=load_from_disk(\"/path/to/cell_type_test_data.dataset\")"
|
74 |
-
]
|
75 |
-
},
|
76 |
{
|
77 |
"cell_type": "code",
|
78 |
"execution_count": null,
|
|
|
58 |
"metadata": {},
|
59 |
"outputs": [],
|
60 |
"source": [
|
61 |
+
"# load cell type dataset (includes all tissues)\n",
|
62 |
"train_dataset=load_from_disk(\"/path/to/cell_type_train_data.dataset\")"
|
63 |
]
|
64 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
{
|
66 |
"cell_type": "code",
|
67 |
"execution_count": null,
|