Skip to content

Commit

Permalink
doc: Fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
georgedouzas committed Jul 11, 2024
1 parent 512befd commit e3c63f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sportsbet/evaluation/_model_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def backtest(
class BettorGridSearchCV(GridSearchCV, _BaseBettor):
"""Exhaustive search over specified parameter values for a bettor.
BettorGridSearchCV implements a `fit`, a`predict`, a `predict_proba',
BettorGridSearchCV implements a `fit`, a`predict`, a `predict_proba`,
a `bet` and a `score` method.
The parameters of the bettor used to apply these methods are optimized
Expand All @@ -191,7 +191,7 @@ class BettorGridSearchCV(GridSearchCV, _BaseBettor):
If `scoring` represents a single score, one can use:
- a single string
- a callable (see :ref:`scoring`) that returns a single value
- a callable that returns a single value
If `scoring` represents multiple scores, one can use:
Expand Down

0 comments on commit e3c63f9

Please sign in to comment.