Bulldozer Price Regression
End-to-end ML pipeline on 401K+ Blue Book auction records. Cleaned data, engineered features, and compared Linear/KNN/Decision Tree/Random Forest; best model achieved R² = 0.91 with GridSearchCV tuning.
CS Engineering Student • Software Projects • Open to Opportunities
End-to-end ML pipeline on 401K+ Blue Book auction records. Cleaned data, engineered features, and compared Linear/KNN/Decision Tree/Random Forest; best model achieved R² = 0.91 with GridSearchCV tuning.
Full-stack event platform built with Django, PostgreSQL, and Tailwind. Users can create, browse, and purchase event access; includes secure auth, scalable DB (≈1,000 events/users), real-time chat, and Stripe payments.
Predicted purchase likelihood on the Online Retail dataset. Engineered recency, transaction count, and revenue features; evaluated Logistic Regression vs. Random Forest (balanced data ~50% accuracy). Delivered targeted promo insights.
Route-optimization web app with Dijkstra’s algorithm and a custom MinHeap from scratch; visualizes and compares Dijkstra vs. A* on a weighted U.S. cities graph.