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 4884d76 commit d684724
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 @@ -264,7 +264,7 @@
"source": [
"Reusing base models\n",
"--------------------\n",
"Some times reusing some nuisance models may be desired to decrease the grid search time.\n",
"In order to decrease the grid search runtime, it may sometimes be desirable to reuse some nuisance models.\n",
"We refer to our {ref}`example of model reusage <example-reuse>` for a more in depth explanation\n",
"on how this can be achieved, but here we'll show an example for the integration of model\n",
"reusage with {meth}`~metalearners.grid_search.MetaLearnerGridSearch`.\n",
Expand Down

0 comments on commit d684724

Please sign in to comment.