From ac975233bd02420dc434ca9d4ab2344eda51ae31 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:08 +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 9f5415e..28430e6 100644 --- a/docs/examples/example_gridsearch.ipynb +++ b/docs/examples/example_gridsearch.ipynb @@ -147,7 +147,7 @@ "Performing the grid search\n", "--------------------------\n", "\n", - "We have the capability to execute a grid search by using the {class}`~metalearners.grid_search.MetaLearnerGridSearch`\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", "it will require several grid searches.\n",