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 9138a84 commit f6cc688
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/examples/example_gridsearch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@
"\n",
"To instantiate the {class}`~metalearners.grid_search.MetaLearnerGridSearch` object we need to\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",
"a ``LGBMClassifier`` and ``QuadraticDiscriminantAnalysis`` for the propensity model and a\n",
Expand Down

0 comments on commit f6cc688

Please sign in to comment.