From 6af4affc198ba6c5a9d48d179ef45c93e75acbd3 Mon Sep 17 00:00:00 2001 From: fedor-grigoryev <66886867+fedor-grigoryev@users.noreply.github.com> Date: Tue, 2 May 2023 18:35:25 +0400 Subject: [PATCH] minor doc fix --- docs/source/notebooks/usage.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/notebooks/usage.ipynb b/docs/source/notebooks/usage.ipynb index b7e50c2..5e73bd2 100644 --- a/docs/source/notebooks/usage.ipynb +++ b/docs/source/notebooks/usage.ipynb @@ -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." ] }, {