Skip to content

Kaggle Competition - Analysis and prediction of PUBG players' finishing placement rank based on their final stats https://www.kaggle.com/c/pubg-finish-…

Notifications You must be signed in to change notification settings

deepikakanade/Kaggle-Project-PUBG-Finish-Placement-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kaggle-Project-PUBG-Finish-Placement-Prediction

  • This project is taken up from Kaggle, an online community of data scientists and machine learners (link to competition)
  • The goal of the project is to predict PUBG player’s win place percentage based on the player’s statistics.
  • Millions of players data is used for building a regression model. The training dataset provided has a size of 4 million and testing dataset has a size of 1 million.
  • Players data within a group in a match is combined to reduce the dataset size.
  • Some insightful derived features are added to improve the predictions.
  • The best model using Light Gradient Method achieved a Kaggle leaderboard score of 0.0245 on test data.
  • I carried out a lot of experiments which has been mentioned in Report.pdf file.

The training and testing data have been handled seperately in the following way:

Train Data Test Data
model-1 model-1

The flow chart for final algorithm has been mentioned below:

model-1

About

Kaggle Competition - Analysis and prediction of PUBG players' finishing placement rank based on their final stats https://www.kaggle.com/c/pubg-finish-…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages