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 <[email protected]>
  • Loading branch information
FrancescMartiEscofetQC and kklein authored Jul 4, 2024
1 parent 5e34a35 commit fa95338
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 @@ -129,7 +129,7 @@ class MetaLearnerGridSearch:
values should be sequences of model factories.
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``.
should not be passed to ``base_learner_grid``.
``param_grid`` should contain the parameters grid for each type of model used by the
base learners defined in ``base_learner_grid``. The keys should be strings with the
Expand Down

0 comments on commit fa95338

Please sign in to comment.