Skip to content
View toroleapinc's full-sized avatar

Highlights

  • Pro

Block or report toroleapinc

Report abuse

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

Report abuse
toroleapinc/README.md

edvatar

I've been building ML systems for about a decade now. Started in computer vision, took detours through causal inference and marketing analytics, and now I'm deep in LLM-based systems — mostly multi-agent architectures and RAG pipelines. UWaterloo math background.

What I work on

Production AI systems — the unglamorous kind where you spend more time on data pipelines and evaluation than on model architecture. Currently doing a lot with retrieval-augmented generation and multi-agent orchestration. Before that, spent years on causal inference (MMM, incrementality testing) and classical ML.

Stack

Python · PyTorch · LlamaIndex · LangChain · Neo4j · PySpark · Docker · Azure/GCP · Go · SQL

What I'm poking at lately

  • Implementing RAPTOR (recursive abstractive processing for tree-organized retrieval) from the Sarthi et al. paper to see if hierarchical summarization actually helps on messy enterprise docs
  • Experimenting with DSPy for prompt optimization instead of hand-tuning
  • Reading through the Causal Forests paper again — want to apply GRF to some uplift modeling stuff

Misc

I have mass opinions about evaluation metrics and why most RAG benchmarks are garbage. Also into bouldering, bad chess, and collecting mechanical keyboards I don't need.

Pinned Loading

  1. causal_model causal_model Public

    propensity score matching with DoWhy

    Jupyter Notebook

  2. turning_point_analysis turning_point_analysis Public

    LSTM turning point detection on stock data

    Python

  3. marketing-mix-model marketing-mix-model Public

    bayesian MMM with PyMC

    Python

  4. multi-agent-workflow multi-agent-workflow Public

    Python

  5. rag-knowledge-graph rag-knowledge-graph Public

    hybrid RAG with neo4j knowledge graph

    Python

  6. quant-finance-rl quant-finance-rl Public

    RL for portfolio management — DQN and PPO

    Python