Skip to content

Commit 2b1d1aa

Browse files
committed
docs: Fix stale betting_markets grammar in the README
- Use market base names instead of the removed __full_time_goals suffix
1 parent 986f050 commit 2b1d1aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ from sportsbet.evaluation import ClassifierBettor, backtest
222222
tscv = TimeSeriesSplit(5)
223223
init_cash = 10000.0
224224
stake = 50.0
225-
betting_markets = ['home_win__full_time_goals', 'draw__full_time_goals', 'away_win__full_time_goals']
225+
betting_markets = ['home_win', 'draw', 'away_win']
226226
classifier = make_pipeline(
227227
make_column_transformer(
228228
(OneHotEncoder(handle_unknown='ignore'), ['league', 'home_team', 'away_team']), remainder='passthrough'

0 commit comments

Comments
 (0)