File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "cell_type": "markdown",
55 "metadata": {},
66 "source": [
7- "# Using SHAP values and IntegratedGradients for cell type classification interpretabilty "
7+ "# Using SHAP values and IntegratedGradients for cell type classification interpretability "
88 ]
99 },
1010 {
230230 }
231231 ],
232232 "source": [
233- "# We select a small number of genes here, so our later interpretabilty analysis will be fast\n",
233+ "# We select a small number of genes here, so our later interpretability analysis will be fast\n",
234234 "sc.pp.highly_variable_genes(\n",
235235 " adata,\n",
236236 " n_top_genes=200,\n",
430430 "cell_type": "markdown",
431431 "metadata": {},
432432 "source": [
433- "Next we will apply the 2 techniques for features interpretabilty and compare between them"
433+ "Next we will apply the 2 techniques for features interpretability and compare between them"
434434 ]
435435 },
436436 {
You can’t perform that action at this time.
0 commit comments