WNBA Player Analysis App
Streamlit app that leverages the results of my WNBA shot probability model and turns it into an interactive UI.
Voting Classifier App
Streamlit app that allows users to experiment with voting classifiers by using the Palmer Penguins data.
Advanced Data Visualizations
Advanced data visualizations created with matplotlib and seaborn using #TidyTuesday data
nflfastR Python Tutorial
Tutorial on how to analyze NFL play-by-play data (courtesy of nflfastR) using python and its data science resources. Covers basic python syntax, exploratory data analysis (EDA), one-hot encoding, data visualization, creating a function, and more!
Sleeper API Python Tutorial
Tutorial on how to utilize the Sleeper API to obtain data and run analyses on fantasy football leagues. Covers basic python syntax and utilizes multiple packages.