Skip to content

Commit

Permalink
Update metalearners/metalearner_grid_search_cv.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 Jun 27, 2024
1 parent 003e6ce commit 64d2ebf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metalearners/metalearner_grid_search_cv.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,9 @@ class MetaLearnerGridSearchCV:
``verbose`` will be passed to `joblib.Parallel <https://joblib.readthedocs.io/en/latest/parallel.html#parallel-reference-documentation>`_.
Check TODO to see an example of the usage of this class.
"""

# TODO: Add a reference to a docs example once it is written.

def __init__(
self,
Expand Down

0 comments on commit 64d2ebf

Please sign in to comment.