Skip to content

Commit

Permalink
Update metalearners/grid_search.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Klein <7267523+kklein@users.noreply.github.com>
  • Loading branch information
FrancescMartiEscofetQC and kklein authored Jul 4, 2024
1 parent 8ad4b87 commit 5e34a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metalearners/grid_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class MetaLearnerGridSearch:
:meth:`~metalearners.metalearner.MetaLearner.treatment_model_specifications`. The
values should be sequences of model factories.
If models are reused, they should be passed through ``metalearner_params`` and they
If base models are meant to be reused, they should be passed through ``metalearner_params`` and the corresponding keys
should not be in ``base_learner_grid``.
``param_grid`` should contain the parameters grid for each type of model used by the
Expand Down

0 comments on commit 5e34a35

Please sign in to comment.