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.
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.
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
Client-approved case study
Evaluated whether low-cost in-store signage increased co-branded credit card usage in targeted retail zones. Designed study around incremental tender-share with a focus on scalable experimentation and real-world decision-making.
Wildfires in California have become increasingly frequent and severe, posing a significant threat to localities and the state's ecological systems. Using meteorological data (temperature, humidity, wind speed, and other weather patterns) we built models to predict wildfire occurrences.
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.
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.
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.
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.