WNBA app

WNBA Player Analysis App

Streamlit app that leverages the results of my WNBA shot probability model and turns it into an interactive UI.

Streamlit App App Code ML/Web Scraping Code

Voting classifiers

Voting Classifier App

Streamlit app that allows users to experiment with voting classifiers by using the Palmer Penguins data.

Data Viz

Advanced Data Visualizations

Advanced data visualizations created with matplotlib and seaborn using #TidyTuesday data

nflfastR

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

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.