Fexingo
The Data Science Podcast with Fexingo: Analytics, Machine Learning, and Data-Driven Conversations
Lucas and Luna sit at a data-science workstation, two thin laptops open to scatter plots and clustering visualizations, and ask: what can we actually learn from the numbers? Each episode of The Data Science Podcast with Fexingo is a grounded, specific conversation about a single analytics problem or machine-learning method — from regularization in regression to the bias-variance trade-off in random forests. Lucas leads with a journalistic eye for how models are built and tested in the real world, citing actual case studies like how Netflix used matrix factorization for recommendations or how h...
Where to listen?
Podcasts in the app Replaio Radio Coming soonPodcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts
Episodes
How Data Scientists Use Conformal Prediction for Reliable Uncertainty Estimates 28.06.2026 11:04
In this episode, Lucas and Luna dive into conformal prediction, a model-agnostic framework that gives machine learning models reliable uncertainty estimates without sacrificing coverage guarantees. They discuss how it works — using a calibration set to produce prediction sets with a user-specified confidence level — and walk through a concrete example from medical imaging where a model flags skin...
How Data Scientists Use Knowledge Distillation to Compress Models 27.06.2026 8:48
In this episode, Lucas and Luna explore how knowledge distillation allows data scientists to compress large neural networks into smaller, faster models without catastrophic accuracy loss. They break down the teacher-student training paradigm, using real examples from Google's DistilBERT — which shrank BERT by 40% while retaining 97% of its language understanding — and NVIDIA's work compressing vis...
How Data Scientists Use Causal Forests for Treatment Effect Heterogeneity 27.06.2026 10:33
Episode 76 of The Data Science Podcast dives into causal forests, a powerful tree-based method for estimating heterogeneous treatment effects. Lucas and Luna unpack how this technique helps data scientists answer not just 'does a treatment work?' but 'who benefits most?' using real-world examples from personalized medicine and targeted marketing. They walk through the intuition behind honest split...
How Data Scientists Use Temporal Fusion Transformers for Forecasting 26.06.2026 10:00
Episode 75 of The Data Science Podcast dives into Temporal Fusion Transformers (TFT), a deep learning architecture that's changing how data scientists handle multi-horizon time series forecasting. Lucas and Luna break down how TFT combines interpretable components like variable selection networks with attention mechanisms to produce accurate, explainable forecasts. They walk through a real-world c...
How Data Scientists Use Feature Stores to Reuse and Govern ML Features 26.06.2026 9:24
Lucas kicks off Episode 74 of The Data Science Podcast with a specific problem: a model is retrained every night, but each team rebuilds the same features from scratch, wasting compute and introducing inconsistency. He introduces feature stores — centralized repositories for defining, sharing, and serving features — as the solution. Luna asks how feature stores handle time-travel for point-in-time...
How Data Scientists Use Counterfactual Regret Minimization in Strategy Games 25.06.2026 8:18
Lucas and Luna explore how data scientists apply counterfactual regret minimization (CFR) to solve strategic decision-making in games like poker and beyond. They break down the concept using the concrete example of Pluribus, the AI that beat world-class poker players in no-limit Texas Hold'em. Lucas explains how CFR iteratively evaluates decisions by comparing actual outcomes to 'what if' scenario...
How Data Scientists Use LLMs for Data Augmentation 25.06.2026 11:12
Data augmentation is a cornerstone of modern machine learning, but traditional methods like rotation, cropping, and synonym replacement have limits. In this episode, Lucas and Luna explore how large language models are changing the game. They discuss a real case from a marketing analytics startup that used GPT-4 to generate synthetic customer reviews for training a sentiment classifier. Lucas expl...
How Data Scientists Use Active Learning to Label Less Data 24.06.2026 10:51
Episode 71 of The Data Science Podcast explores active learning — a technique where models strategically query the most informative data points for human labeling, drastically reducing annotation costs. Lucas and Luna walk through a real-world example from medical imaging: training a diagnostic model to detect lung nodules with 80 percent less labeled data than traditional approaches. They explain...
How Data Scientists Use Gaussian Processes for Uncertainty Quantification 24.06.2026 9:40
In episode 70 of The Data Science Podcast, Lucas and Luna explore Gaussian processes: a powerful Bayesian method for quantifying uncertainty in predictions. They anchor the discussion on a concrete use case: predicting manufacturing yield for a semiconductor fabrication plant, where knowing the confidence interval matters as much as the point estimate. Lucas explains how Gaussian processes differ...
How Data Scientists Use Contrastive Learning for Self-Supervised Vision 23.06.2026 9:09
Episode 69 of The Data Science Podcast with Fexingo dives into contrastive learning, a self-supervised technique reshaping computer vision. Lucas and Luna break down how SimCLR and MoCo let models learn visual representations without labeled data, using the example of a medical imaging startup that cut annotation costs by 80%. They explore the core idea of pulling similar images together and pushi...
Data Scientists Use Embeddings for Semantic Search and Retrieval 23.06.2026 9:18
Episode 68 of The Data Science Podcast with Fexingo dives into how data scientists are using embeddings — dense vector representations of text, images, and other data — to power semantic search and information retrieval. Lucas and Luna explore a concrete case: a mid-sized e-commerce company that replaced its keyword-based search with embeddings and saw a 40% improvement in product discovery. They...
How Data Scientists Use Graph Neural Networks for Fraud Detection 22.06.2026 10:47
In this episode, Lucas and Luna dive into how graph neural networks (GNNs) are transforming fraud detection in financial systems. They explore a real case from a major European bank that deployed GNNs to catch synthetic identity fraud — a scheme that cost U.S. lenders an estimated $6 billion in 2025. Lucas breaks down why traditional machine learning models fail on relational fraud patterns, how G...
How Data Scientists Use Counterfactual Explanations for Model Interpretability 22.06.2026 10:21
In this episode, Lucas and Luna dive into counterfactual explanations—a technique that helps data scientists make machine learning models more interpretable by showing what would need to change for a prediction to flip. They walk through a concrete example from a credit approval model at a European fintech, where a loan denial was explained by showing that increasing income by $5,000 would have ch...
How Data Scientists Use Survival Analysis for Customer Retention 21.06.2026 11:36
In this episode of The Data Science Podcast, Lucas and Luna explore survival analysis—a statistical method originally developed for medical research—and how data scientists are applying it to predict customer churn and retention. They walk through a concrete example: a subscription service using Kaplan-Meier curves and Cox proportional hazards models to understand when and why customers cancel. Lu...
How Data Scientists Build Recommendation Systems That Actually Work 21.06.2026 9:51
In this episode, Lucas and Luna dive into the practical side of recommendation systems, focusing on how data scientists at companies like Spotify and Netflix move beyond simple collaborative filtering. They explore the evolution from matrix factorization to two-tower neural networks, the critical role of negative sampling, and why offline metrics often don't match real-world success. Specific numb...
How Data Scientists Use Differential Privacy to Protect Individual Data 20.06.2026 9:01
In this episode of The Data Science Podcast, Lucas and Luna dive into differential privacy—a mathematical framework that lets data scientists extract useful insights from datasets without revealing information about any single individual. They walk through a concrete example from the 2020 US Census, where the Census Bureau added calibrated noise to protect respondent privacy while preserving stati...
How Data Scientists Use MLOps to Keep Models in Production 20.06.2026 9:30
Episode 62 of The Data Science Podcast dives into the operational side of machine learning: MLOps. Lucas and Luna explore why so many models never make it to production, and how tools like feature stores, model registries, and automated pipelines keep deployed models accurate and reliable. They walk through a real case from a mid-sized fintech company that cut model deployment time from weeks to h...
How Data Scientists Use Vector Databases for RAG Systems 19.06.2026 11:16
Retrieval-augmented generation, or RAG, is reshaping how companies deploy large language models without retraining. In this episode, Lucas and Luna drill into the data-science architecture behind RAG: how vector databases encode semantic meaning, why cosine similarity beats keyword search, and what a production RAG pipeline looks like at a mid-size fintech startup. They walk through a concrete exa...
How Data Scientists Are Using Anomaly Detection in Real Time 19.06.2026 9:06
Anomaly detection is one of the most practical applications of data science in industry today. In episode 60 of The Data Science Podcast, Lucas and Luna dive into how modern data scientists build real-time anomaly detection systems that catch fraud, equipment failures, and network intrusions before they escalate. They walk through a concrete example: a mid-sized e-commerce company that reduced cha...
How Data Scientists Use Bayesian A-B Testing for Better Decisions 18.06.2026 7:24
Lucas and Luna explore why traditional A/B testing falls short when data is sparse or you need to compare more than two variants. They walk through a concrete example: a subscription site testing four pricing tiers with only 2,000 visitors per variant. Using Bayesian methods with a Beta-Binomial conjugate prior, the team got actionable probability estimates in three days instead of waiting two wee...
How Data Scientists Use Synthetic Data for Model Training 18.06.2026 10:19
Episode 58 of The Data Science Podcast explores how data scientists are turning to synthetic data when real-world data is scarce, expensive, or privacy-sensitive. Lucas and Luna break down a concrete case: how a European insurance company used the Synthpop library in R to generate synthetic claims data, training a fraud detection model that outperformed their original one. They discuss the core te...
How Data Scientists Estimate Causal Effects with Double Machine Learning 17.06.2026 7:47
Episode 57 of The Data Science Podcast dives into double machine learning (DML), a technique that estimates causal effects from observational data without assuming a linear model. Lucas and Luna walk through a real-world example: a health-tech startup using DML to determine whether a new wellness program reduces employee churn. They explain why traditional regression falls short, how DML combines...
How Data Scientists Use Transfer Learning to Solve Cold Start Problems 17.06.2026 13:23
When a new product launches with zero user history, recommendation systems and personalization engines face the 'cold start' problem — they have no data to learn from. In this episode, Lucas and Luna explore how data scientists are using transfer learning to jump-start predictions without waiting for users to generate behavior. They walk through a real example from an e-commerce startup that used...
How Data Scientists Use Knowledge Graphs to Connect Disparate Data 16.06.2026 8:14
Episode 55 of The Data Science Podcast with Fexingo explores knowledge graphs — a technique that links siloed data sources into a unified, queryable structure. Lucas and Luna walk through the basics of how knowledge graphs represent entities and relationships, then dive into a concrete example: how a hospital chain used a knowledge graph to combine electronic health records, lab results, and socia...
How Data Scientists Use Causal Inference to Drive Business Decisions 16.06.2026 6:58
In episode 54 of The Data Science Podcast, Lucas and Luna explore how companies are moving beyond correlation to use causal inference for real business impact. They break down a concrete case: how a major retailer used a natural experiment — a regional shipping delay caused by a freak snowstorm — to estimate the true revenue effect of faster delivery promises. Lucas explains the difference between...
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.