// data science
Business-oriented, explainable, & interpretable data science - the kind you can actually use to make business decisions. Demand Forecasting and Econometrics ML at CVS Health by day; random & potentially non-sensical projects by the night.

[flagship · nyu redlining lab · 2024 — 2025]
Digitizing four decades of historical FHA and VA mortgage records (1930—1970) for NYU's Redlining Research Lab with a computer-vision and GenAI entity-extraction pipeline.
The output: a publicly available dataset and an open codebase, enabling the largest quantitative research on redlining to date.
[01]
Forecasting oil spot prices with SOTA transformers (PatchTST, Temporal Fusion Transformer) fed by scraped financial and geopolitical news sentiment scored with Mistral, LLaMA, and BERT — trained end-to-end on GPU HPC clusters.
[02 · cvs health]
Prototyped PatchTST against TFT for front-store demand forecasting: patched inputs and channel independence for faster training and stronger performance on seasonal categories.
[03 · cvs health]
A weighted loss that emphasizes high-sales weeks and seasonal spikes, so a TFT stops overfitting to the quiet weeks and holds its accuracy through the peaks.
[04]
Multi-class genre prediction (10 classes) where neural networks beat tree ensembles on generalizability — with NLP text features and deliberate data-leakage checks so the reported score is real.
[05 · 2023]
A very useful model that tells you whether an image is a hot dog or not a hot dog. A CNN trained from scratch stalled at chance, so a pretrained AlexNet was fine-tuned instead: transfer learning reached 84% in two epochs where the scratch model never beat a coin flip. This is GPU power put to a brilliant cause.