Episode
#154 Bayesian Causal Inference at Scale, with Thomas Pinder
- Podcast
- Learning Bayesian Statistics
- Published
- Mar 25, 2026
- Duration seconds
- 5178
- Processing state
failed
Actions
POST https://stenobird.com/v1/public/podcasts/learning-bayesian-statistics/episodes/154-bayesian-causal-inference-at-scale-with-thomas-pinder/transcription-requests
Idempotently request low-priority transcript generation for this episode.GET https://stenobird.com/podcast/learning-bayesian-statistics/154-bayesian-causal-inference-at-scale-with-thomas-pinder.md
Read the agent-friendly Markdown representation of this episode resource.
Summary
• Support & get perks ! • Bayesian Modeling course (first 2 lessons free) Our theme music is « Good Bayesian », by Baba Brinkman (feat MC Lars and Mega Ran). Check out his awesome work ! Takeaways : Q: Why was GPJax created and how does it benefit researchers? A: GPJax was developed to provide a high-performance, flexible framework for Gaussian processes (GPs) within the JAX ecosystem. It allows researchers to move beyond black-box implementations and easily experiment with custom kernels and model structures while leveraging JAX’s automatic differentiation and GPU acceleration. Q: What are the primary advantages of using Gaussian processes for data modeling? A: Gaussian processes are highly effective at modeling complex, nonlinear relationships in data. Unlike many machine learning methods that only provide a point estimate, GPs offer built-in uncertainty quantification, which is essential for understanding the reliability of predictions in research and industry. Q: How does the GPJax and NumPyro integration enhance probabilistic modeling? A: The integration allows users to treat GPJax models as components within a larger NumPyro probabilistic program. This combination enables the use of advanced sampling techniques like NUTS (No-U-Turn Sampler), making it easier to build and fit complex hierarchical models that include Gaussian processes. Q: What are the main challenges when applying Gaussian processes to high-dimensional data? A: High-dimensional data significantly complicates GP modeling due to the curse of dimensionality and the cubic scaling of computational costs. In high dimensions, defining meaningful distance metrics for kernels becomes harder, often requiring specialized techniques like sparse GPs or dimensionality reduction to remain tractable. Full tak…