With the Premier league season currently on hold, I thought now would be the ideal time to talk about the fantasy football model I made this season. Last season, I chose my players based on expected goals and fixtures, so a model that combined these to provide points predictions for each player seemed like the… Continue reading My Fantasy Football Model
Tag: R
Predicting Titanic Survivors
Kaggle is a website which hosts machine learning competitions. I recently completed the Titanic competition on Kaggle. The task was to predict who died and who survived on the Titanic, given data on approximately 900 passengers. I did this by using a random forest model to classify the passengers. I managed to correctly classify 74%… Continue reading Predicting Titanic Survivors
Making Data Visualizations
I entered the data visualization competition run by Chance Analytics. We were given a full season’s data from the Chinese Super League and told to visualize it as best as possible. I wanted to write about my visualization and creating data visualizations in general. For my entry, I plotted the locations of low crosses which… Continue reading Making Data Visualizations