Skip to content

Commit ac31c28

Browse files
authored
Fix CSV header name in README
1 parent 698baa1 commit ac31c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nhl-forecasts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ home_team_postgame_rating | Home team's rating after the game (will be blank for
3737
away_team_postgame_rating | Away team's rating after the game (will be blank for `pre` and `live` games)
3838
game_quality_rating | Rating of game's quality, based on the harmonic mean of the teams’ pregame Elo ratings, scaled from 0-100
3939
game_importance_rating | Rating of game's importance, based on how much the result would affect the model's forecasted playoff odds, scaled from 0-100. For `post` games, this rating is as of when the game started. (will be blank for all games played prior to 2021-22 season, the year we added a NHL forecast)
40-
game_quality_rating | The average of `game_quality_rating` and `game_importance_rating` (will be blank for all games played prior to 2021-22 season, the year we added a NHL forecast)
40+
game_overall_rating | The average of `game_quality_rating` and `game_importance_rating` (will be blank for all games played prior to 2021-22 season, the year we added a NHL forecast)

0 commit comments

Comments
 (0)