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 d684724 commit 9291ce7
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 @@ -267,7 +267,7 @@
"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",
"reusage with {class}`~metalearners.grid_search.MetaLearnerGridSearch`.\n",
"\n",
"We will reuse the ``\"variant_outcome_model\"`` of a {class}`~metalearners.TLearner` for\n",
"a grid search over the {class}`~metalearners.XLearner`."
Expand Down

0 comments on commit 9291ce7

Please sign in to comment.