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 machine learning systems and the infrastructure to run them: training models, engineering features, and packaging them as production-ready APIs with containerized infrastructure, monitoring, and CI/CD. My recent work includes 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.

Explore my projects: Erin Weiss Portfolio
View my résumé: Download Here
Reach me at: erin.michele.weiss@gmail.com


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

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

Excel Cleaning & Compare App — Deployed Web Tool

A live Streamlit application for cleaning messy PDF-to-Excel invoice data and reconciling datasets side-by-side. Built for a real client workflow.

Python · Streamlit · pandas · openpyxl

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 Matplotlib Jupyter PostgreSQL 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. 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

  4. Excel-cleaning-and-compare-app Excel-cleaning-and-compare-app Public

    Interactive web app for cleaning, standardizing, and comparing Excel files — built to automate invoice reconciliation for Aftermath Disaster Recovery

    Python 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