Skip to content
View Erin-Weiss's full-sized avatar
👋
👋

Block or report Erin-Weiss

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Erin-Weiss/README.md

Header


About Me

I build tools people can run and trust.

My deepest work is in machine learning systems and the infrastructure to run them, including a CatBoost model that predicts used-car prices within ~$1,300 at the median across 243k vehicles, served via a FastAPI endpoint with Docker, Kubernetes, and automated testing. Around that sit data pipelines, geospatial analysis, and client-facing applications, including a live tool that searches 127k parcel records and ships an assumptions log with every run so the client can see how the answer was reached.

Before this I spent several years as a Director of Strategic Planning, making calls off tools whose limits I could not see. That is where I learned to build for the people who inherit the tool, not the person who wrote it.

Explore my projects: Erin Weiss Portfolio
View my résumé: Download Here
Reach me at: [email protected]


Featured Projects

Used Car Price Prediction — Model Development

Predicts used-car listing prices within ~$1,300 at the median across 243k vehicles, 29 manufacturers, and 5,600+ model variants. Compared Ridge, CatBoost, and FT-Transformer architectures with reproducible experiment management and versioned artifacts.

Python · CatBoost · scikit-learn · TensorFlow · Keras · pandas · Quarto

Used Car Price Prediction API — Production Deployment

Takes the CatBoost model from Part 1 and ships it as a production API: request validation, fuzzy input matching, multi-stage Docker builds, Kubernetes orchestration with autoscaling, Prometheus + Grafana monitoring, and CI/CD via GitHub Actions.

FastAPI · Docker · Kubernetes · GitHub Actions · Prometheus · Grafana · pytest

Turns a contractor's demolition site list into a complete neighbor notification package. Searches 126,958 St. Louis parcels against 500 ft buffers measured from each site's boundary, returning 1,636 addresses across a 30-site project and flagging 134 parcels whose assessor records contradict themselves for field verification. Ships as both a Streamlit app and a CLI running the identical pipeline.

Python · GeoPandas · Folium · Streamlit · GeoParquet · pytest · ruff

Reinforcement Learning — Agent Optimization

Implements RL algorithms to optimize a mobile robot's warehouse path. Covers exploration vs. exploitation, policy optimization, hyperparameter tuning, and reward shaping.

Python · NumPy · pandas · Matplotlib

Real Estate Analysis — Statistical Modeling in R

Analyzes U.S. housing trends (2016–2022) with a multiple linear regression model explaining ~95% of price variation.

R · tidyverse · ggplot2

See all projects → erin-weiss.github.io


Languages and Tools

Python R scikit-learn TensorFlow Keras FastAPI Docker Kubernetes Prometheus Grafana GitHub Actions pandas NumPy GeoPandas Matplotlib Jupyter PostgreSQL dbt MySQL SQLite Streamlit Git Bash HTML5 CSS3 Figma


Connect with Me

GitHub LinkedIn

Pinned Loading

  1. used-car-price-prediction used-car-price-prediction Public

    Ridge → CatBoost → FT-Transformer: predicting used-car prices from 243k listings across 29 manufacturers

    HTML 1

  2. used-car-price-api used-car-price-api Public

    Production-ready API serving a CatBoost used car price prediction model with FastAPI, Docker, and Kubernetes

    Python 1

  3. stl-demo-notify stl-demo-notify Public

    Command-line tool and Streamlit web app that turn a St. Louis demolition site list into door-hanger notification lists, walking checklists, and an interactive parcel map. Generalized from a client …

    HTML

  4. reinforcement-learning reinforcement-learning Public

    Optimizing warehouse robot navigation on a 10×10 grid using Q-Learning with epsilon-greedy exploration and the Bellman equation

    Jupyter Notebook 1

  5. R-Real-Estate-Project R-Real-Estate-Project Public

    Analyzing U.S. housing price drivers (2016–2022) using multiple linear regression on state-level Realtor.com data

  6. PCA-Credit-Analysis PCA-Credit-Analysis Public

    Identifying primary drivers of variance among 400 credit applicants using PCA on six financial and demographic features