QC Validation Analyst Learning Data Science and Bioinformatics
Various Projects from School or Freetime Posted here. Cannot post Work-Related Projects due to confidentiality.
View My LinkedIn Profile
Midterm School Project that analyzes trends of diamond ranked players in League of Legends. It explores statistical analysis with confidence intervals and data visualizations. Data was downloaded from Kaggle.
Taking a step further with League of Legends, I first generate a SQLite Database file using Riot Game’s API which involves generating various lists of python code.
Then, another database is created by scraping the website of Counterstats.net to score each champion’s best counter and worst counter based on lane matchups.
Finally, all the data is cleaned and a model is made to attempt to predict the outcome of a match based off of a match’s champion selection using various machine learning tools. Ultimately the model was unable to be improved past 50% prediction accuracy. However, this could be a sign into how balanced the game could be at the moment; if a match could be predicted reliably based on champions picked alone, it may not be a sign of a balanced game!