This is an analysis on a Kaggle dataset called 120 Years Of Olympics games, exploring trends in medal count and participation over the history of the Olympics and defining variables to build a model that will to predict winner with most gold medals. With the predictive model, we can predict the winner for the next Summer Olympics.
Included are two files: a written paper and R programming script.
-
IST_687_Applied_Data_Science_120_Years_Olympics.docx, the written paper is a word document that details this analysis.
-
IST_687_Applied_Data_Science_120_Years_Olympics_Code.R is the R programming script created for this analysis, which can be viewed through GitHub. You may download R too to view the code if needed.