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 e79411d commit ac97523
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 @@ -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",
Expand Down

0 comments on commit ac97523

Please sign in to comment.