From e5a7a31ab426ff3a3688597015e2c244f414593a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesc=20Mart=C3=AD=20Escofet?= Date: Mon, 24 Jun 2024 14:48:19 +0200 Subject: [PATCH] Add comment from code --- docs/examples/example_basic.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/example_basic.ipynb b/docs/examples/example_basic.ipynb index 33426c0..fe055eb 100644 --- a/docs/examples/example_basic.ipynb +++ b/docs/examples/example_basic.ipynb @@ -213,7 +213,7 @@ "where we choose a classifier class to serve as a blueprint for our\n", "eventual propensity model. It is important to notice that although we consider the propensity\n", "model a nuisance model, the initialization parameters for it are separated from the other\n", - "nuisance parameters to allow a more understandable user interface.\n", + "nuisance parameters to allow a more understandable user interface, see the next code prompt.\n", "\n", "In the {class}`~metalearners.RLearner` case, the ``nuisance_model_factory`` parameter will\n", "be used to create the outcome model, the ``propensity_model_factory`` will be used for the\n",