/fifa-19-dataset-machine-learning

Player's value prediction and game position classification on FIFA 19 dataset.

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

FIFA 19 dataset - player's market value and game position prediction

Authors: Timotej Zaťko, Tomáš Hoffer

In this work we aimed to predict a football player's value and their game position on the FIFA 19 dataset which is publicly available on kaggle. We did complete data analysis of player's data which was followed by data preprocessing and then by training the model. We tried to use only the player's skill-based attributes (finishing, sprint speed, heading...) and physical attributes (age, height, weight...) in our models.

Setup

Prerequisites

Instructions

  1. Get into project root repository
  2. Build a docker image -- sh ./build.sh
  3. Run the docker container using command -- sh ./run.sh

Repository structure