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 558c62d commit 9138a84
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 @@ -188,7 +188,7 @@
"respectively.\n",
"\n",
"To instantiate the {class}`~metalearners.grid_search.MetaLearnerGridSearch` object we need to\n",
"specify the different base models and their parameters grid in case other than the default\n",
"specify the different base models to be used. Moreover, if we'd like to use non-default hyperparameters for a given base model, we need to specify those, too.\n",
"parameters want to be used.\n",
"\n",
"In this tutorial we test a ``LinearRegression`` and ``LGBMRegressor`` for the outcome model,\n",
Expand Down

0 comments on commit 9138a84

Please sign in to comment.