Aakash282 / 1ia

data driven sports intelligence platform
0 stars 0 forks source link

Team identification #8

Open edwardgarza opened 8 years ago

edwardgarza commented 8 years ago

We should try to use a bitmap to identify specific teams. This might cause us to overfit

Aakash282 commented 8 years ago

yeah thats a good point - might cause us to over fit. Maybe we can just come up with a list of rivalries. and just have a 'rivalry' bit if the game is between known rivals. so like panthers saints is a rival. They play each other twice season. using 1 for rivalry might tell us something (maybe to expect a closer game / more yards / more turnovers or something). This would require some manually generated data of which teams hate each other the most.

Aakash282 commented 8 years ago

@2017ssahu lets get started on this bitmap representation of teams. 1 for home team, -1 for away team.

Aakash282 commented 8 years ago

this is put on delay for the time being since we might represent teams with a profile. @jcoreyes lets start looking into this soon.