Portfolio

Selected projects: models, open-source software, and research I've built or led. Each card links to a short write-up with the problem, what I did, and where to find the code or paper.

Performance engineering

JB2008 in Python, ~11x faster

Vectorized and parallelized the Python port of the JB2008 empirical density model, cutting ~70,000 predictions from ~8 minutes to ~40 seconds.

  • Vectorization
  • Parallel computing
  • Dask / swifter