ben1605 / Soccer-match-outcome-prediction

0 stars 0 forks source link

midterm review (dfz8) #5

Open dfz8 opened 6 years ago

dfz8 commented 6 years ago

The goal of the project is to see if there is a way to predict who will win a soccer match.

I like the choices of linear regression and decision trees. Intuitively, linear models make some sense since the team strength is the sum of the strength of its individual players (plus some unknown factor we can term teamwork or team spirit). Similarly decision trees make sense since a cutoff in performance values can define the border between a team being good, and a team being unstoppable (for example).

Here are some of my concerns and suggestions:

Good work so far! I am excited to see where you guys take this work.