Skip to content
View jordanrhall's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report jordanrhall

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.

Content in all repositories owned by your account will be closed.
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
jordanrhall/README.md

Jordan R. Hall, PhD

Applied mathematician and data leader working at the intersection of quantitative methods, software, and business strategy.

I currently lead data strategy at Westport Properties, where my work spans revenue management, data analytics, data science, data engineering, technical leadership, and AI. Most of my professional work lives in proprietary systems, so this GitHub is a mix of research code, selected personal projects, and ongoing technical work.

Selected work

  • ASTARS — derivative-free optimization for noisy convex functions using active subspaces; developed from my PhD research.
  • summix_py — Python implementation of the Summix method for detecting and adjusting for population structure in genetic summary data.
  • fantasy-recap — a small modern Python project for generating fantasy football recaps, with testing and CI.

Current focus

I am gradually modernizing older research repositories and using this space to publish small, complete examples of the engineering practices I use and continue to develop: data systems, testing, CI/CD, APIs, software design, and modern Python tooling.

My academic work includes applied optimization, uncertainty quantification, and statistical genetics.

Pinned Loading

  1. ASTARS ASTARS Public

    Forked from variscarey/ASTARS

    derivative free optimization algorithm for noisy convex functions employing active subspaces

    Python 1

  2. summix_py summix_py Public

    Python implementation of The Hendricks Team's Summix method

    Jupyter Notebook 1 1

  3. fantasy-recap fantasy-recap Public

    Generate weekly ESPN fantasy football recap emails, awards, and CSV exports with a simple Python script.

    Python