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 77e06da commit 558c62d
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 @@ -183,7 +183,7 @@
"We see that this MetaLearner contains three base models: ``\"variant_outcome_model\"``,\n",
"``\"propensity_model\"`` and ``\"treatment_model\"``.\n",
"\n",
"As our problem has a regression outcome the ``\"variant_outcome_model\"`` should be a regressor.\n",
"Since our problem has a regression outcome, the ``\"variant_outcome_model\"`` should be a regressor.\n",
"The ``\"propensity_model\"`` and ``\"treatment_model\"`` are always a classifier and a regressor\n",
"respectively.\n",
"\n",
Expand Down

0 comments on commit 558c62d

Please sign in to comment.