Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malcolmgaynor/a-case-study-in-olympic-weightlifting
Using logistic regression, decision trees, and Markov chains
https://github.com/malcolmgaynor/a-case-study-in-olympic-weightlifting
correlation decision-trees logistic-regression markov-chain olympics weightlifting
Last synced: 8 days ago
JSON representation
Using logistic regression, decision trees, and Markov chains
- Host: GitHub
- URL: https://github.com/malcolmgaynor/a-case-study-in-olympic-weightlifting
- Owner: malcolmgaynor
- Created: 2024-05-27T20:28:10.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-27T20:55:44.000Z (7 months ago)
- Last Synced: 2024-05-28T07:56:05.236Z (7 months ago)
- Topics: correlation, decision-trees, logistic-regression, markov-chain, olympics, weightlifting
- Language: R
- Homepage:
- Size: 2.66 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A-case-study-in-Olympic-weightlifting
Project with Liam Rosengren, as a part of the Stat 306: Multivariate Sports Analytics class with Professor Bradley A. Hartlaub at Kenyon College. April 29th, 2024.
In this project, Liam and I analyzed Olympic weightlifting strategy, specifically the strategy of weightlifter Caine Wilkes, who competed for the USA in the 2020 Tokyo Olympic Games in the heaviest category, 109kg+. First, we used logistic regression models to show the importance of body weight and age in lift success rate. Also, we looked into the correlation between weight and age and the performance of all ultra heavyweight (109kg+) weightlifters, demonstrating the importance of bodyweight for these athletes.
Next, we created a decision tree to help predict whether or not Caine Wilkes would successfully complete a lift, depending on factors such as weight attempted, bodyweight, age, etc. Then, we used decision trees to create multiple Markov chains, each representing potential strategies Wilkes could use if he competes in the 2024 Paris Olympic Games. These Markov chains were computed to find the probability that Wilkes finishes with various different amounts of weight lifted, depending on the strategy he chooses. Details about the strategies we considered and the computations can be found in our presentation slides.
This repository includes our Google Slides presentation sharing the details behind our process, our two page executive summary of results, the code (written in R) used to create our models and do the analysis, and the data we considered. If you have any questions or are interested in our process, data, models, code, or analysis, please do not hesitate to reach out!