Predicting the 2018 World Cup
Microsoft
-- anon.
http://r4ds.had.co.nz/
> install.packages("dplyr")
> install.packages("tidyr")
> install.packages("ggplot2")
> library("stats")
https://www.kaggle.com/surveys/2017
source: dilbert.com
last10games_w_per = (number of wins in the past 10 games) / 10
last10games_d_per = (number of draws in the past 10 games) / 10
last10games_l_per = (number of losses in the past 10 games) / 10
last10games_gd_per = (goals scored - goals conceded in the past 10 games)/10
Rolling aggregates for performance metrics