Final Project: Soccer Player Transfer Value Prediction
- Sunny Kwong (@kwongsunny7)
- Charles Siu (@chunheisiu)
- Sean Tey (@seantey)
- Andrew Young (@andrewhowcool)
- Why are some soccer players worth more than others?
- Can we predict the value of a soccer player in the transfer market from their ratings and characteristics?
We fitted a Random Forest model to predict the value of a FIFA 19 player based on his ratings and characteristics in the game. Using the model, we concluded that reaction time and age are the most important attributes of a player. Meanwhile, attacking player attributes are more predictive than defensive player attributes. Other important attributes include ball control and goalkeeper reflexes.
The data cleaning and feature engineering process are recored in the Clean Notebook.
The modeling selection and training process are recorded in the Final Consolidation Notebook.