hoodiexxx / lol_player_KDA_prediction

0 stars 0 forks source link

Forecasting League of Legends Player Performance through In-Game Metrics and Key Statistics

Overview

This paper introduces a hybrid predictive model for analyzing and forecasting player performance for the Bilibili Gaming (BLG) team in the League of Legends Pro League (LPL). Using advanced statistical methods, including Bayesian mixed-effects modeling, the study evaluates key in-game metrics to provide actionable insights for player evaluation and team strategy optimization.

File Structure

The repo is structured as:

Statement on LLM usage

The drafted outline, some of the visualization plot and the figure captions were written with the help of ChatGPT 4. The entire chat history is available in other/llm_usage/usage.txt.

Note

This R project is setup with Positron, the new IDE by Posit PBC. The properties of this project is stored in /renv/settings.json. We use renv for reproducibility and portability. With the metadata from the lockfile, other researchers can install exactly the same version of every package. You can run

renv::restore()

to restore the R project emvironment. We also included a .Rproj file for RStudio users. For more information, see this Github Issue and renv.