Learn practical skills, build real-world projects, and advance your career

Project Title - PUBG: Battle Royale - Finish Placement Prediction

TODO - Problem Statement:

In a PUBG game, up to 100 players start in each match (matchId). Players (Id) can be on teams (groupId) which get ranked at the end of the game (winPlacePerc) based on how many other teams are still alive when they are eliminated. During the game, players can pick up different amunitions, revive downed-but-not-dead (knocked) teammates, drive vehicles, swim, run, shoot, and experience all of the consequences -- such as falling too far or running themselves over and eliminating themselves.

Downloading the Dataset

TODO - This data are offical upload in kaggle from PUBG corp
this data not sure for 100 % clean so let make to analysic and clean

!pip install jovian opendatasets --upgrade --quiet

Let's begin by downloading the data, and listing the files within the dataset.

# Change this
dataset_url = 'https://www.kaggle.com/c/pubg-finish-placement-prediction/data'