Austin Lee

Austin Lee

Analytics Lead · Bluevine

I work on all things data, analytics, strategy, machine learning, and applied AI. I studied economics at UCLA and data science at UC Berkeley, and that intersection of economic thinking and applied ML shapes most of my work. My interests span fintech, experimentation, computer vision, and practical AI applications.

Projects

Vendor Trust Intelligence Applied AI · LLMs · Data Engineering

This project takes the information companies generate during software onboarding (comms, including emails, Slack, Jira tickets, and support conversations) and pulls it into one place. The application ingests those signals, organizes them into workstreams, and uses them to generate structured vendor reviews that live on a review board. Over time, it builds a broader layer of onboarding intelligence, with the goal of becoming an end-to-end product for evaluating vendor reliability and surfacing onboarding pain points.

Application ingesting signals from various workstreams
The application ingests signals from various workstreams and organizes them into structured vendor reviews.
Integration progress and health scores from workflow signal feeds
Integration progress and health scores derived from workflow signal feeds, Jira tickets, Slack messages, and emails.
Classifying Art Styles Computer Vision · PyTorch, PCA

In this project, we use several computer vision techniques to explore which visual features most strongly drive art-style classification. Specifically, we incorporate edge detection, HOG, LAB color features, local binary patterns, and ResNet50 embeddings for this classification task. The model achieved up to 73% accuracy with minimal performance loss after PCA-based dimensionality reduction.

click to explore

click to explore

click to explore

Retail Payments Causal Inference Study Causal Inference · Experimentation

Client-approved case study · Fortune 500 outdoor retailer

Designed and analyzed a two-stage randomized experiment to evaluate whether in-store signage increased co-branded credit card tender share across retail departments. Randomized treatment at the store-day level, with activities as within-day controls. Estimated intent-to-treat effects using a linear probability model with store×day and activity fixed effects, weighted least squares to address heteroskedasticity in proportion outcomes, and clustered standard errors. Conducted robustness checks including leave-one-store-out stability analysis and spillover testing across unsigned departments.

Predicting California Wildfires ML · Python, Meteorological Data

Wildfires in California have become increasingly frequent and severe, posing significant threats to communities and ecosystems. Using meteorological data from California's CIMIS weather station network—including temperature, humidity, wind speed, and solar radiation—we built and compared four models to predict wildfire occurrences: logistic regression, random forest, and two feedforward neural network variants. A core challenge was extreme class imbalance, with fire events representing only ~1% of 200k+ observations, which we addressed through class weight balancing and threshold tuning. The random forest classifier emerged as the strongest performer, with wind run ranking as the most predictive feature.

Fire incidences over time
Fire incidences over time across California.
Related studies summary
Related studies: Gaussian Naive Bayes models showed the strongest results in comparable Chinese wildfire prediction research, though reported accuracy metrics were unavailable.
Weather station and fire event distribution mapping
CIMIS weather station locations overlaid with historical fire event distribution.
Feature importance from random forest classifier
Feature importance rankings from the random forest model, with wind run as the top predictor.
Factors Influencing Peer-to-Peer Credit Pricing Fintech · Regression, Lending Club

Peer-to-peer lending represents a fundamental shift in how individuals access credit, enabling them to bypass traditional financial institutions and borrow directly through online marketplaces. Using Lending Club data, this project investigates what financial factors drive credit pricing in a decentralized marketplace. We specifically built an OLS regression model to investigate which borrower characteristics and loan attributes drive interest rate pricing. A univariate model on Lending Club's internal credit grade explained over 90% of interest rate variance, revealing grade as a near-black-box pricing mechanism.

Distribution of loans, debt-to-income ratio, and interest rates by loan grade
Distribution of loans, debt-to-income ratio, and interest rates segmented by Lending Club loan grade.
Recommendation System ML · Personalization

Recommendation systems are essential tools that help individuals discover content tailored to their preferences. Whether suggesting movies, music, or products, these systems analyze user interactions and feedback to provide personalized recommendations.

Land Value Tax Analysis Economics · Game Theory, Policy

Built an economic analysis comparing traditional property tax and land value tax, with a focus on incentives, efficiency, and market outcomes through game theory. The project modeled how each system affects land improvement, tax burden, and deadweight loss, then applied the framework to a high-level California example.

Chess Game Python · Game Development

A terminal-based two-player chess game built entirely from scratch in Python, implementing all six piece types with full legal move validation, check detection, castling, and pawn promotion.

Chess game terminal screenshot

Contact