Predicting the outcome for PUBG games as part of an international evaluation
You will need to download the datasets from: Kaggle's website
Download the files test_V2.csv
and train_V2.csv
, rename them to test.csv
and train.csv
respectively.
Move them to the /data/test/
and /data/train
folders respectively. Then run the matchType_fix.py
script in the src
folder.
You can then run the final implementation in root.py