From 95537fd39fa9a6a447ba4ea60e53b9d528026546 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:00:45 +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 28430e6c..c4fd163b 100644 --- a/docs/examples/example_gridsearch.ipynb +++ b/docs/examples/example_gridsearch.ipynb @@ -149,7 +149,7 @@ "\n", "We can run a grid search by using the {class}`~metalearners.grid_search.MetaLearnerGridSearch`\n", "class. However, it's important to note that this class only supports a single MetaLearner\n", - "architecture. If you're interested in conducting a grid search across multiple architectures,\n", + "architecture at a time. If you're interested in conducting a grid search across multiple architectures,\n", "it will require several grid searches.\n", "\n", "Let's say we want to work with a {class}`~metalearners.DRLearner`. We can check the names of\n",