From 9138a84a95cce35cb20cef09a2c9dc77a4eea836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesc=20Mart=C3=AD=20Escofet?= <154450563+FrancescMartiEscofetQC@users.noreply.github.com> Date: Mon, 8 Jul 2024 09:01:35 +0200 Subject: [PATCH] Update docs/examples/example_gridsearch.ipynb Co-authored-by: Kevin Klein <7267523+kklein@users.noreply.github.com> --- docs/examples/example_gridsearch.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/example_gridsearch.ipynb b/docs/examples/example_gridsearch.ipynb index 0e003c1..f17cd22 100644 --- a/docs/examples/example_gridsearch.ipynb +++ b/docs/examples/example_gridsearch.ipynb @@ -188,7 +188,7 @@ "respectively.\n", "\n", "To instantiate the {class}`~metalearners.grid_search.MetaLearnerGridSearch` object we need to\n", - "specify the different base models and their parameters grid in case other than the default\n", + "specify the different base models to be used. Moreover, if we'd like to use non-default hyperparameters for a given base model, we need to specify those, too.\n", "parameters want to be used.\n", "\n", "In this tutorial we test a ``LinearRegression`` and ``LGBMRegressor`` for the outcome model,\n",