Skip to content

Commit

Permalink
Merge pull request #40 from fedor-grigoryev/patch-1
Browse files Browse the repository at this point in the history
minor doc fix
  • Loading branch information
PauBadiaM authored Jul 30, 2023
2 parents e9402a5 + 6af4aff commit 4190f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/notebooks/usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@
"\n",
"`decoupler` also allows to run multiple methods at the same time. Moreover, it computes a consensus score based on the obtained activities across methods, called `consensus`.\n",
"\n",
"By default, `deocuple` runs only the top performer methods in our benchmark (`mlm`, `ulm` and `wsum`), and estimates a consensus score across them. Specific arguments to specific methods can be passed using the variable `args`. For more information check `?decouple`. If we wanted to only obtain the consensus score, we could also have used `run_consensus`, check `?run_consensus` for more information."
"By default, `decouple` runs only the top performer methods in our benchmark (`mlm`, `ulm` and `wsum`), and estimates a consensus score across them. Specific arguments to specific methods can be passed using the variable `args`. For more information check `?decouple`. If we wanted to only obtain the consensus score, we could also have used `run_consensus`, check `?run_consensus` for more information."
]
},
{
Expand Down

0 comments on commit 4190f6f

Please sign in to comment.