Predicting survival in PUBG game with machine learning models.
problem Predicting the final placement in the game PUBG.
method Applied multiple machine learning models including LightGBM Regression, MultiLayer Perceptron, M5P, and Random Forest to predict winPlacePerc.
result Achieved an MAE of 0.02047, 0.065, 0.0592, and 0.0634 with different models.