This repo provides all neccessary files to conduct a study on prediction of NBA players' points in season 2023 to 2024. To replicate this study, run the scripts in the 'scripts' file in order from 00 to 04.
The repo is structured as:
data/raw_datacontains the raw data as obtained from basketball reference.data/analysis_datacontains the cleaned dataset that was constructed.modelcontains fitted models.othercontains details about LLM chat interactions, and sketches.papercontains datasheet, and the files used to generate the paper, including the Quarto document and reference bibliography file, as well as the PDF of the paper.scriptscontains the R scripts used to simulate, download and clean data.
Aspects of the code were written with the help of ChatGPT and the entire chat history is available in inputs/llms/usage.txt.