Skip to content

Commit

Permalink
Update docs/examples/example_gridsearch.ipynb
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Klein <[email protected]>
  • Loading branch information
FrancescMartiEscofetQC and kklein authored Jul 8, 2024
1 parent ac97523 commit 95537fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/example_gridsearch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 95537fd

Please sign in to comment.