Features¶
The survival analysis model will use a dataset with the following variables:
Variable |
Time-Varying |
Description |
|---|---|---|
|
Yes |
A boolean indicator of whether or not the home team
won the game. This is the “event” that the survival
analysis model will predict.
|
|
Yes |
Elapsed game time, in seconds. This is the time
variable for the survival analysis model.
|
|
Yes |
The scoring margin at time
TIME in the game.For example, if the home team is leading 2-0, the
value of this variable is 2.
|
|
Yes |
The net rating of the current lineup for the home
team.
|
|
Yes |
The net rating of the current lineup for the
visiting team.
|
|
No |
The net rating of the home team entering the game. |
|
No |
The net rating of the visiting team entering the
game.
|
|
No |
The win percentage of the home team entering the
game.
|
|
No |
The win percentage of the visiting team entering
the game.
|
|
No |
A boolean indicator of whether or not the current
home team won the last meeting between these two
teams.
|
|
No |
The number of games the home team has played in the
last 3 days.
|
|
No |
The number of games the visiting team has played in
the last 3 days.
|
|
No |
The number of games the home team has played in the
last 5 days.
|
|
No |
The number of games the visiting team has played in
last 5 days.
|
|
No |
The number of games the home team has played in the
last 7 days.
|
|
No |
The number of games the visiting team has played in
the last 7 days.
|