You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For form, I guess we can use the individual player's data for the past 5/10 games. So it can be either a vector or a score based on a weighted average of goals, blocks, fouls, etc.
So for the form indexes (team and individual players), we can scrape from the League table in fbref website.
It contains the information for past 5 matches of all the teams qualified for round 16 of current CL season.
Besides the embeddings we need to add some hand crafted features:
The model output for the team should be:
The model output for the individual player should be:
Therefore total number of output parameters = 9 + 14/15 * 7 * 2 (2 because players of both teams)
The text was updated successfully, but these errors were encountered: