Skip to content

Commit

Permalink
Added note on dense argument in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PauBadiaM committed Mar 7, 2024
1 parent f92728f commit 959cd19
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/source/notebooks/benchmark.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,15 @@
"and we can optionaly change their parametters too (for more information check the `decouple` function).\n",
"\n",
"To run the benchmark pipeline, we need input molecular data (`mat`), its associated metadata (`obs`) with the name of the\n",
"column where the perturbed regulators are (`perturb`), and which direction the pertrubations are (`sign`, positive or negative)."
"column where the perturbed regulators are (`perturb`), and which direction the pertrubations are (`sign`, positive or negative).\n",
"\n",
"<div class=\"alert alert-info\">\n",
"\n",
"**Note**\n",
" \n",
"Note that if you want to ignore missing values in the input `mat` (denoted as zeros), you can add the parameter `'dense': True` to `decouple_kws`.\n",
"\n",
"</div>"
]
},
{
Expand Down

0 comments on commit 959cd19

Please sign in to comment.