Skip to content

Commit

Permalink
Finish TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescMartiEscofetQC committed Jul 17, 2024
1 parent e8e3b39 commit 44fa6ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metalearners/grid_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ class MetaLearnerGridSearch:
will be None. This configuration can be useful in the case the grid search is big
and you do not want to store all MetaLearners objects rather evaluate them after
fitting each one and just store one.
"""
# TODO: Add a reference to a docs example once it is written.
For an illustration see :ref:`our example on Tuning hyperparameters of a MetaLearner with MetaLearnerGridSearch <example-grid-search>`.
"""

def __init__(
self,
Expand Down

0 comments on commit 44fa6ec

Please sign in to comment.