The Data Science Podcast with Fexingo: Analytics, Machine Learning, and Data-Driven Conversations podcast artwork

PODCAST · business

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 healthcare researchers apply survival analysis to clinical trials. Luna keeps the discussion honest, asking about data quality, feature engineering pitfalls, and whether a model’s accuracy actually translates to business value. They never resort to buzzwords: instead, they walk through the workflow from data collection to deployment, discussing trade-offs like interpretability versus performance. T

Publisher-supplied feed metadata · PodParley refreshed Jun 13, 2026 · Source feed

  1. 47

    How Data Scientists Use Differential Privacy in Practice

    In this episode of The Data Science Podcast, Lucas and Luna explore how differential privacy is being applied in real-world data science workflows. They use a concrete example from the 2020 US Census, where the Census Bureau added statistical noise to protect respondent confidentiality while preserving aggregate accuracy. Lucas explains the epsilon parameter and the privacy-utility trade-off, and Luna challenges him on whether differential privacy is practical for smaller teams. The conversation covers the Laplace mechanism, the concept of privacy budgets, and how tech companies like Apple and Google have implemented local differential privacy for user data. Lucas argues that differential privacy is becoming a standard tool for any data scientist working with sensitive data, especially as privacy regulations tighten. The hosts also briefly discuss open-source libraries like Google's Differential Privacy library and IBM's Diffprivlib. This episode offers a clear, grounded introduction to a topic that is increasingly central to responsible data science. #DifferentialPrivacy #DataPrivacy #CensusData #PrivacyBudget #LaplaceMechanism #EpsilonParameter #LocalDifferentialPrivacy #Google #Apple #PrivacyRegulations #DataScience #Technology #FexingoBusiness #BusinessPodcast #MachineLearning #OpenSource #ResponsibleAI #StatisticalNoise Keep every episode free: buymeacoffee.com/fexingo

  2. 46

    How Data Scientists Use Bayesian A-B Testing for Smarter Decisions

    Episode 115 of The Data Science Podcast with Fexingo dives into Bayesian A/B testing and why it's replacing traditional frequentist approaches in industry. Lucas explains how a simple probability framework gives data scientists a more intuitive answer: 'there's a 95% chance variant B outperforms A by at least 2%,' instead of a confusing p-value. The episode walks through a concrete example from an e-commerce checkout flow, showing how prior distributions, likelihood updates, and posterior sampling work in practice. Luna pushes back on the subjectivity of priors, and Lucas shares how Netflix and Spotify use Bayesian methods for multi-armed bandit problems. They also discuss the 'peeking problem'—why frequentist tests break when you check results early, and how Bayesian methods handle it gracefully. A quick, grounded introduction for anyone who has run an A/B test and wondered if there's a better way. #BayesianABTesting #DataScience #ABTesting #BayesianStatistics #PriorDistribution #PosteriorDistribution #MultiArmedBandit #Ecommerce #Netflix #Spotify #MachineLearning #Statistics #DataDriven #PeekingProblem #Probability #FrequentistVsBayesian #FexingoBusiness #Technology Keep every episode free: buymeacoffee.com/fexingo

  3. 45

    How Data Scientists Use GraphRAG for Enterprise Knowledge Discovery

    In this episode, Lucas and Luna explore GraphRAG, the integration of retrieval-augmented generation with knowledge graphs. They break down how Microsoft's GraphRAG system uses graph-based indexing to answer complex queries across large datasets, outperforming traditional RAG on multi-hop questions. The hosts walk through a concrete example: a pharmaceutical company using GraphRAG to connect clinical trial data, patent filings, and research papers—enabling scientists to ask questions like 'What compounds target the same pathway as drug X but have fewer side effects?' They also discuss practical challenges: graph construction costs, query latency, and when to use GraphRAG versus simpler alternatives. By the end, listeners understand why GraphRAG is emerging as a key pattern for enterprise knowledge discovery in 2026. #GraphRAG #RetrievalAugmentedGeneration #KnowledgeGraphs #EnterpriseAI #Microsoft #DataScience #MachineLearning #NLP #LargeLanguageModels #VectorSearch #SemanticSearch #PharmaceuticalAI #Technology #BusinessPodcast #FexingoBusiness #DataSciencePodcast #AI #GenAI Keep every episode free: buymeacoffee.com/fexingo

  4. 44

    How Data Scientists Use Knowledge Graphs for Recommendation Systems

    On this episode of The Data Science Podcast, Lucas and Luna explore how knowledge graphs are transforming recommendation systems beyond traditional collaborative filtering. They dive into a real-world case from a major e-commerce platform that improved cross-category discovery by 22 percent using graph-based embeddings. The conversation covers the trade-offs between graph neural networks and embedding-based methods, the challenge of cold-start items, and why encoding user intent as relational paths matters more than ever. If you've ever wondered why your streaming service suggests a documentary about fungi after you watched a true crime series, this episode explains the graph structure behind that leap. #KnowledgeGraphs #RecommendationSystems #GraphNeuralNetworks #Embeddings #AI #MachineLearning #DataScience #Ecommerce #ColdStart #UserIntent #GraphBasedML #Technology #FexingoBusiness #BusinessPodcast #DataSciencePodcast #GraphAlgorithms #Personalization #GraphEmbeddings Keep every episode free: buymeacoffee.com/fexingo

  5. 43

    How Data Scientists Use Causal Inference for Business Decisions

    Causal inference is transforming how companies move from correlation to causation. In this episode, Lucas and Luna unpack a concrete example: how a major retailer used double machine learning to determine whether their loyalty program actually drove repeat purchases, or if members were just higher-spending customers to begin with. They walk through the core idea of conditional average treatment effects (CATE), why randomized A/B tests aren't always feasible, and how methods like causal forests and instrumental variables help data scientists answer 'what would have happened?' The hosts also discuss the pitfalls of relying on observational data and how modern tooling (DoWhy, EconML) makes causal analysis more accessible. By the end, you'll understand why causality is the next frontier for data-driven decision-making, and how one simple question—'Did X cause Y?'—can save companies millions. #CausalInference #DataScience #MachineLearning #CausalML #DoubleML #CausalForests #InstrumentalVariables #DoWhy #EconML #TreatmentEffects #ObservationalData #LoyaltyPrograms #RetailAnalytics #BusinessDecisions #Technology #FexingoBusiness #BusinessPodcast #TheDataSciencePodcast Keep every episode free: buymeacoffee.com/fexingo

  6. 42

    How Data Scientists Use Graph Neural Networks for Fraud Detection

    Episode 111 dives into graph neural networks (GNNs) for detecting fraud in financial transactions. Lucas and Luna explore how GNNs model relational patterns between accounts, merchants, and devices — catching fraud rings that traditional models miss. They walk through a real case from 2025 where a European bank used GNNs to reduce false positives by 30 percent while catching 22 percent more synthetic identity fraud. The conversation covers inductive vs. transductive learning, node classification, and the challenge of evolving graph structures. Perfect for data scientists looking to apply GNNs beyond social networks. #GraphNeuralNetworks #FraudDetection #MachineLearning #DataScience #FinancialFraud #SyntheticIdentity #NodeClassification #InductiveLearning #TransactionGraphs #GraphML #Python #PyTorchGeometric #NetworkAnalysis #Technology #FexingoBusiness #BusinessPodcast #DataSciencePodcast #MLinProduction Keep every episode free: buymeacoffee.com/fexingo

  7. 41

    How Data Scientists Use Retrieval Augmented Generation for Enterprise Search

    Episode 110 of The Data Science Podcast dives into Retrieval Augmented Generation (RAG) for enterprise search. Lucas and Luna explore how companies like JP Morgan and NASA are using RAG to make internal documents searchable and actionable. They discuss the key components: embedding models, vector databases like Pinecone, and large language models like GPT-4. The episode walks through a concrete example: a financial analyst querying a 10-K filing for revenue recognition policies. They cover challenges like chunking strategies, retrieval quality, and hallucination risks, plus emerging techniques like HyDE and multi-hop retrieval. By the end, listeners understand RAG's role in unlocking unstructured data at scale. #RetrievalAugmentedGeneration #EnterpriseSearch #RAG #VectorDatabases #Embeddings #LargeLanguageModels #GPT4 #Pinecone #JP Morgan #NASA #10K Filing #HyDE #MultiHopRetrieval #UnstructuredData #DataScience #Technology #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  8. 40

    How Data Scientists Build Guardrails for Large Language Models

    Episode 109 of The Data Science Podcast explores how data scientists are building guardrails to keep large language models safe, accurate, and on-brand in production. Lucas and Luna walk through a real case: a fintech chatbot that hallucinated a fake regulatory filing. They break down the guardrails stack — input validation, output moderation, and continuous monitoring — using concrete examples like NVIDIA's NeMo Guardrails and open-source tools like Guardrails AI. They also discuss the tension between user experience and safety, and why guardrails are the new CI/CD for LLM ops. If you're deploying generative AI, this episode gives you a practical framework for catching failures before they reach users. #LLMGuardrails #AISafety #GenerativeAI #DataScience #MachineLearning #NVIDIANeMo #GuardrailsAI #LLMOps #AIHallucination #PromptInjection #Fintech #Chatbot #ModelGovernance #AIDetection #MLProduction #Technology #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  9. 39

    How Data Scientists Are Building AI Agents That Actually Work

    Lucas and Luna dive into the practical reality of AI agents in mid-2026 — not the hype, but the actual engineering choices that make them reliable. They unpack a concrete case: a mid-size logistics company that deployed a multi-agent system to handle shipment rerouting during the 2025 hurricane season. Lucas walks through the agent architecture — a coordinator agent, a weather data agent, a routing agent, and a customer comms agent — and explains why the team chose a deterministic fallback layer over pure LLM autonomy. Luna challenges whether agents are just chatbots with extra steps and pushes Lucas on where the data science value really lives. The episode covers agent orchestration frameworks (LangGraph vs. custom state machines), the role of synthetic data for testing edge cases, and why retrieval-augmented generation is the unsung backbone of production agents. Listeners walk away with one concrete pattern: the supervisor agent pattern with human-in-the-loop for high-stakes decisions, and a clear sense of what separates a demo from a deployment. #AI_Agents #MultiAgentSystems #LLM #AgenticWorkflow #LangGraph #Orchestration #RetrievalAugmentedGeneration #ProductionML #DataScience #Logistics #WeatherData #SyntheticData #HumanInTheLoop #SupervisorAgent #MachineLearning #Technology #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  10. 38

    How Data Scientists Use Data Version Control for Reproducibility

    Lucas and Luna break down why data version control (DVC) has become as essential as Git for machine learning teams. They trace the problem through a concrete example: a fraud detection model at a fintech company where a missing dataset version caused a 15 percent drop in recall. The episode walks through how DVC tracks data snapshots, pipeline stages, and model artifacts—without duplicating massive files—using a simple declarative YAML config. Lucas explains the difference between DVC's approach and Git LFS, and why tools like Pachyderm and DVC solve overlapping but distinct problems. The hosts also discuss how versioning interacts with feature stores and CI/CD for ML, and why the field is moving toward treating data with the same discipline as source code. No fluff, just a focused look at one practice that separates professional data teams from the rest. #DataVersionControl #DVC #MLOps #Reproducibility #MachineLearning #DataScience #GitForData #Pachyderm #LFS #DataPipeline #FeatureStore #CI/CD #FraudDetection #Fintech #MLPipeline #DataGovernance #Technology #FexingoBusiness Keep every episode free: buymeacoffee.com/fexingo

  11. 37

    How Data Scientists Use Feature Stores for Reproducible ML

    In episode 106 of The Data Science Podcast, Lucas and Luna dive into the practical world of feature stores—centralized repositories for machine learning features. They explore how companies like Uber and Netflix use feature stores to ensure reproducibility, reduce duplication, and speed up model deployment. Lucas breaks down the architecture of a typical feature store, including offline and online serving, while Luna shares a real-world example from a fintech startup that cut feature engineering time by 60 percent. They also discuss the trade-offs between open-source solutions like Feast and managed offerings from cloud providers. By the end, you'll understand why feature stores are becoming a critical part of the MLOps stack. #FeatureStore #MLOps #DataScience #Reproducibility #FeatureEngineering #Uber #Netflix #Feast #MachineLearning #DataEngineering #OfflineStore #OnlineStore #FeatureServing #DataPipeline #ModelDeployment #Technology #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  12. 36

    How Data Scientists Use Federated Learning for Privacy-Preserving ML

    Episode 105 dives into federated learning, the privacy-preserving technique that trains models across decentralized data without ever centralizing sensitive information. Lucas and Luna unpack a real-world case: how Apple uses federated learning to improve QuickType keyboard predictions on iPhones without sending your typing data to the cloud. They break down the key technical components — local model training, secure aggregation, and differential privacy — and explain the trade-offs: communication cost vs. accuracy, and the challenge of non-IID data across thousands of devices. The conversation also touches on Google's Gboard implementation and how healthcare researchers are exploring federated learning for multi-hospital models without sharing patient records. Listeners will walk away understanding both the mechanics and the real-world constraints of one of the most important privacy technologies in modern machine learning. #FederatedLearning #PrivacyPreservingML #Apple #QuickType #Gboard #Google #SecureAggregation #DifferentialPrivacy #EdgeComputing #HealthcareAI #DataPrivacy #MachineLearning #Tech #FexingoBusiness #BusinessPodcast #Technology #DataScience #AI Keep every episode free: buymeacoffee.com/fexingo

  13. 35

    How Data Scientists Use Gradient Boosting for Tabular Data

    A deep dive into the enduring power of gradient boosting machines (GBMs) for structured, tabular data—the bread and butter of most real-world data science. Lucas and Luna explore why gradient boosting consistently wins Kaggle competitions and beats deep learning on many business problems. They break down the core mechanics: sequential tree-building, learning rate, and regularization. The episode focuses on a case study from a mid-size e-commerce company that used XGBoost to reduce customer churn prediction error by 18% year-over-year. They also discuss modern variants like LightGBM and CatBoost, and when to choose each. Practical guidance on hyperparameter tuning and common pitfalls (overfitting, categorical encoding) grounds the conversation in daily data-science work. Listeners will walk away understanding why gradient boosting remains a must-have in any data scientist's toolkit, especially for data with mixed data types and missing values. #GradientBoosting #XGBoost #LightGBM #CatBoost #TabularData #MachineLearning #DataScience #Kaggle #HyperparameterTuning #ChurnPrediction #EnsembleMethods #DecisionTrees #Regularization #FeatureEngineering #BusinessAnalytics #Technology #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  14. 34

    How Data Scientists Use Monte Carlo Simulations for Risk

    Episode 103 of The Data Science Podcast with Fexingo. Lucas and Luna dive into Monte Carlo simulations — not as a textbook concept, but as a practical tool data scientists use to quantify uncertainty. They walk through a real-world case: a mid-size logistics company that used Monte Carlo to model delivery times under variable traffic, weather, and fuel costs. Lucas explains the math behind random sampling, how to choose the number of simulations, and the common pitfall of assuming normal distributions. Luna challenges him on interpretability — how do you explain a distribution of outcomes to a non-technical stakeholder? They also discuss modern libraries like NumPy and PyMC, and how cloud computing has made millions of simulations feasible on a laptop. No abstract theory — just a grounded look at when Monte Carlo beats deterministic models and when it doesn't. By the end, you'll know exactly how to frame a Monte Carlo problem for your next data science project. #MonteCarlo #RiskSimulation #DataScience #UncertaintyQuantification #NumPy #PyMC #Logistics #PredictiveModeling #Simulation #BusinessAnalytics #MachineLearning #Probability #DecisionMaking #StochasticModeling #Technology #FexingoBusiness #BusinessPodcast #DataDriven Keep every episode free: buymeacoffee.com/fexingo

  15. 33

    How Data Scientists Use SBERT for Semantic Search at Scale

    In this episode, Lucas and Luna dive into the practical applications of Sentence-BERT (SBERT) for semantic search in production. They discuss how SBERT converts text into dense vector embeddings, enabling similarity search beyond keyword matching. The hosts walk through a real-world case study of a mid-sized e-commerce company that replaced its legacy Elasticsearch-based search with an SBERT-powered semantic search, reducing the number of searches that return zero results by 40 percent, and cutting the cost of maintaining a custom synonym list by $100,000 annually. They also cover trade-offs: the need for GPU infrastructure during embedding generation, the latency vs. accuracy balance using approximate nearest neighbor algorithms, and how fine-tuning on domain-specific data improved relevance by 15 percent. The episode closes with a reflection on when to use SBERT versus newer large language models for search. #DataScience #SemanticSearch #SBERT #SentenceBERT #NLP #VectorEmbeddings #ApproximateNearestNeighbors #Elasticsearch #Ecommerce #MachineLearning #Technology #SearchEngines #FineTuning #BERT #Embeddings #ProductionML #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  16. 32

    How Data Scientists Build Interpretable ML Models with SHAP

    Lucas and Luna explore the practical use of SHAP (SHapley Additive exPlanations) for interpreting complex machine learning models. They walk through a real-world example: a credit risk model from a mid-sized European fintech that needed regulatory compliance under GDPR. Lucas explains how SHAP values decompose a prediction into feature contributions, and why game theory provides a principled foundation. Luna questions whether SHAP is always better than simpler alternatives like LIME, and they compare trade-offs in speed, consistency, and trust. The episode includes a concrete walkthrough of a single prediction breakdown, showing how a 32-year-old applicant with a thin credit file got denied because of a specific feature interaction. They also touch on open-source tools like the SHAP Python library and how one data team at Klarna uses SHAP summaries to communicate with non-technical stakeholders. No clickbait, just a clear look at one of the most widely adopted interpretability methods in the field today. #SHAP #InterpretableML #ExplainableAI #XAI #SHAPValues #GameTheory #FeatureImportance #ModelInterpretability #CreditRiskModeling #GDPR #LIME #Klarna #DataScience #Technology #MachineLearning #FexingoBusiness #BusinessPodcast #DataDriven Keep every episode free: buymeacoffee.com/fexingo

  17. 31

    How Data Scientists Use Synthetic Data for Model Training

    For Episode 100 of The Data Science Podcast, Lucas and Luna explore the controversial practice of training AI models on synthetic data. With real-world examples from autonomous vehicle companies like Waymo and medical imaging startups, they discuss when synthetic data works, when it fails, and how the 'data cascade' problem threatens to pollute next-generation models. Lucas explains why some researchers call synthetic data a 'tax' on human-generated data, and Luna pushes back on whether it can ever truly replace the real thing. A grounded, numbers-driven conversation for anyone building or buying data products in 2026. #SyntheticData #DataScience #MachineLearning #AI #Waymo #AutonomousVehicles #MedicalImaging #DataAugmentation #GANs #DiffusionModels #ModelCollapse #DataCascade #TrainingData #Tech #FexingoBusiness #BusinessPodcast #Episode100 #GenerativeAI Keep every episode free: buymeacoffee.com/fexingo

  18. 30

    How Data Scientists Use Temporal Fusion Transformers for Time Series Forecasting

    In this episode, Lucas and Luna dive into Temporal Fusion Transformers (TFT), a deep learning architecture that has changed how data scientists approach time series forecasting. They walk through a concrete case from a major European electricity utility that used TFT to predict hourly load across 20,000 substations with unprecedented accuracy. You'll learn how TFT handles multiple time series simultaneously, incorporates static metadata, and produces interpretable attention weights that let analysts trust the model's predictions. Lucas explains the key architectural innovations — variable selection networks, gated residual connections, and quantile outputs — and Luna presses on the practical tradeoffs versus simpler models like Prophet or Gradient Boosting. If you're a data scientist looking to level up your forecasting toolkit, this conversation gives you the why, the how, and the gotchas. #TemporalFusionTransformers #TimeSeriesForecasting #DeepLearning #InterpretableML #EnergyForecasting #DataScience #MachineLearning #PredictiveModeling #AttentionMechanism #QuantileForecasting #LucasAndLuna #FexingoBusiness #BusinessPodcast #Technology #DataAnalytics #ModelDeployment #FeatureEngineering #UtilityIndustry Keep every episode free: buymeacoffee.com/fexingo

  19. 29

    How Spotify Uses Reinforcement Learning for Playlist Personalization

    In this episode, Lucas and Luna dive into how Spotify uses reinforcement learning to personalize playlists like Discover Weekly and Release Radar. They break down the multi-armed bandit problem, explore how Spotify balances exploration vs. exploitation to keep listeners engaged, and discuss the cold-start challenge for new users. Lucas explains why 'bandit' algorithms aren't one-size-fits-all and how Spotify uses contextual bandits to adapt recommendations in real time. Luna brings up a 2022 study showing a 30% increase in user retention after switching to a bandit-based approach. The hosts also touch on how reinforcement learning differs from traditional supervised learning and why it's ideal for dynamic user preferences. A practical, concrete look at how data science powers one of the most popular music streaming services. #ReinforcementLearning #Spotify #MultiArmedBandit #ContextualBandits #RecommendationSystems #MusicStreaming #ExploreExploit #Personalization #UserEngagement #MachineLearning #DataScience #Technology #Podcast #FexingoBusiness #BusinessPodcast #Fexingo #DataDriven #Algorithm Keep every episode free: buymeacoffee.com/fexingo

  20. 28

    Data Scientists Use Counterfactual Explanations for Model Debugging

    Episode 97 dives into counterfactual explanations — the 'what if' tools helping data scientists debug models and build stakeholder trust. Lucas and Luna walk through a concrete example: a credit-approval model that rejected a loan applicant, and how a counterfactual explanation revealed a single feature — years at current address — was the deciding factor. They discuss practical implementation using the DiCE library, trade-offs between feasibility and diversity of counterfactuals, and why this approach beats traditional feature importance for non-technical audiences. The episode closes with a reflection on how counterfactuals are becoming a regulatory and ethical baseline in high-stakes ML deployments. #CounterfactualExplanations #ModelDebugging #XAI #MachineLearning #DataScience #DiCE #FeatureImportance #CreditModeling #AIEthics #Interpretability #Python #CausalReasoning #TrustworthyAI #RegulatoryCompliance #Technology #DataSciencePodcast #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  21. 27

    How Data Scientists Use Multimodal Models for Zero-Shot Learning

    In this episode, Lucas and Luna dive into multimodal zero-shot learning, the technique that lets AI models like CLIP recognize objects, scenes, and text across images without ever being explicitly trained on those combinations. They explore a concrete use case: a retail startup using a pretrained multimodal embedding model to automatically tag 10,000 new product photos per day with zero labeling cost. Lucas breaks down the architecture—contrastive learning on image-text pairs—and explains why zero-shot works when the embedding space is aligned. Luna asks about failure modes: ambiguous images, domain shift, adversarial inputs. They also touch on the trade-off between generality and fine-tuning, and where the field is heading next. No hype, just how the math makes it possible. #MultimodalLearning #ZeroShotLearning #CLIP #ContrastiveLearning #DataScience #MachineLearning #ImageRecognition #NaturalLanguageProcessing #Embeddings #AI #RetailTech #ProductTagging #TransferLearning #DeepLearning #ComputerVision #Technology #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  22. 26

    How Data Scientists Use Nearest Neighbors for Anomaly Detection

    In Episode 95 of The Data Science Podcast with Fexingo, Lucas and Luna dive into a practical yet underappreciated technique: using k-nearest neighbors for anomaly detection. They kick off with a real-world story from a major credit card processor that flagged a series of fraudulent transactions by measuring distance to the nearest legitimate patterns. Lucas explains why distance-based methods can outperform deep learning in low-signal, high-stakes settings, especially when you need interpretable reasons for each flag. Luna challenges him on scalability and the curse of dimensionality, and they discuss how companies like Stripe and PayPal have used variants of k-NN in production fraud pipelines. They also touch on the trade-offs between global and local outlier factors, and how to choose k when the definition of 'normal' shifts over time. A concrete segment on choosing distance metrics — Euclidean vs. Manhattan vs. cosine — gives listeners an actionable guideline. Mid-episode, they weave in a natural request for listener support, tying it back to the value of open-source tools. If you've ever wondered when to reach for a simple nearest-neighbor approach instead of a neural network, this episode gives you the framework. #DataScience #MachineLearning #AnomalyDetection #KNearestNeighbors #FraudDetection #OutlierDetection #DistanceMetrics #LocalOutlierFactor #Stripe #PayPal #CurseOfDimensionality #Interpretability #Technology #FexingoBusiness #BusinessPodcast #TechPodcast #DataSciencePodcast #ProductionML Keep every episode free: buymeacoffee.com/fexingo

  23. 25

    Data Scientists Use Active Learning to Label Smarter

    In episode 94 of The Data Science Podcast with Fexingo, Lucas and Luna explore how active learning cuts labeling costs by 80 percent while maintaining model accuracy. Using a concrete example from a medical imaging startup training a rare-disease classifier, they walk through uncertainty sampling, query strategies, and the human-in-the-loop workflow. They compare pool-based versus stream-based active learning, discuss common pitfalls like distribution shift, and explain when active learning beats random sampling. If you are a data scientist looking to stretch a limited labeling budget, this episode gives you a practical framework to get started. Lucas and Luna also touch on tools like modAL, scikit-activeml, and Label Studio. No hype, just signal. #ActiveLearning #DataScience #MachineLearning #Labeling #UncertaintySampling #HumanInTheLoop #MedicalImaging #RareDisease #modAL #scikitActivelm #LabelStudio #DistributionShift #QueryStrategy #PoolBased #StreamBased #Technology #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  24. 24

    How Data Scientists Use Thompson Sampling for Online Experiments

    Episode 93 of The Data Science Podcast with Fexingo dives into Thompson Sampling, a Bayesian approach to online experimentation that balances exploration and exploitation better than traditional A/B testing. Lucas and Luna walk through a concrete example from a real e-commerce site that ran a 50-variant landing page test — and how Thompson Sampling found the winner in half the time with 30% less traffic wasted. They also discuss Thompson Sampling's role in multi-armed bandit problems, how it handles changing user behavior, and why it's becoming a go-to technique for data scientists in marketing and product optimization. Plus: a quick note on how listener support keeps the podcast ad-free. #ThompsonSampling #BayesianInference #MultiArmedBandit #OnlineExperiments #ABTesting #ExplorationExploitation #DataScience #MachineLearning #MarketingOptimization #ProductExperimentation #ECommerce #ConversionRate #BetaDistribution #BayesianStatistics #SequentialTesting #DataDriven #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  25. 23

    How Data Scientists Use Embedded Analytics for Product-Led Growth

    Episode 92 of The Data Science Podcast with Fexingo dives into embedded analytics—the practice of integrating dashboards, reports, and AI insights directly into customer-facing products. Lucas and Luna explore how companies like Notion and Canva use embedded analytics to drive product-led growth, reduce churn, and monetize data. They walk through a real case: a fictional B2B SaaS platform that cut customer onboarding time by 40% by embedding usage analytics inside its app. The hosts discuss the technical stack (frontend SDKs, API-first BI tools, semantic layers), the UX pitfalls to avoid (like overwhelming users with charts), and the business model shift from selling reports to embedding them. If you're a data scientist or product manager wondering how to turn dashboards into a growth engine, this episode gives you a concrete playbook. #EmbeddedAnalytics #ProductLedGrowth #DataScience #BusinessIntelligence #Analytics #Notion #Canva #B2BSaaS #CustomerRetention #Monetization #SemanticLayer #APIFirst #UX #ProductAnalytics #Technology #FexingoBusiness #BusinessPodcast #DataDriven Keep every episode free: buymeacoffee.com/fexingo

  26. 22

    How Data Scientists Use Causal Inference for Marketing Attribution

    Most marketing attribution models are correlational — they tell you what happened, not why. In this episode, Lucas and Luna break down how data scientists are using causal inference techniques, specifically double machine learning and instrumental variables, to measure the true incremental impact of ad spend. Using a real 2025 case from a mid-market e-commerce brand that ran geo-lift tests across 50 DMAs, they show how naive last-click attribution overestimated Facebook ROI by 60 percent while underestimating podcast ads by 40 percent. The hosts explain why off-the-shelf attribution is broken, how double ML handles high-dimensional confounders like seasonality and competitor activity, and why the field is shifting from 'more data' to 'better questions.' Specific metrics, concrete numbers, no vague theory. #CausalInference #MarketingAttribution #DataScience #DoubleMachineLearning #InstrumentalVariables #GeoLift #IncrementalMeasurement #ROI #DigitalMarketing #Tech #BusinessPodcast #DataDriven #Analytics #Econometrics #CausalEffect #Confounders #AdTech #FexingoBusiness Keep every episode free: buymeacoffee.com/fexingo

  27. 21

    How Data Scientists Use Knowledge Graphs for RAG

    In this episode, Lucas and Luna explore how knowledge graphs are supercharging retrieval-augmented generation (RAG) systems. They break down a concrete example: how a financial services firm used a knowledge graph built from SEC filings and earnings call transcripts to reduce hallucination in their Q&A chatbot by 40 percent. The hosts explain why flat vector search alone often fails, how graph traversal adds context, and what it takes to maintain a dynamic knowledge graph. They also touch on trade-offs like latency and engineering complexity. If you've wondered when RAG needs more than a vector database, this episode gives you the practical answer. #KnowledgeGraphs #RAG #RetrievalAugmentedGeneration #Hallucination #VectorSearch #GraphTraversal #Neo4j #SECFilings #EarningsCalls #NLP #LLMOps #DataScience #Technology #FexingoBusiness #BusinessPodcast #MachineLearning #GraphDB #EntityResolution Keep every episode free: buymeacoffee.com/fexingo

  28. 20

    How Data Scientists Use Graph Neural Networks for Recommendation

    Lucas and Luna explore how graph neural networks are transforming recommendation systems, using the example of Pinterest's PinSage model. They break down how GNNs capture relational data like user-item interactions to generate high-quality recommendations, discuss the challenges of scaling to billions of nodes, and compare GNN-based approaches to traditional collaborative filtering. The episode includes a concrete explanation of message-passing in graphs and real-world performance metrics from Pinterest's deployment. #GraphNeuralNetworks #RecommendationSystems #Pinterest #PinSage #MachineLearning #DataScience #Technology #CollaborativeFiltering #MessagePassing #NodeEmbeddings #GraphConvolution #Scaling #UserItemGraph #IndustrialML #Personalization #FexingoBusiness #BusinessPodcast #DataDriven Keep every episode free: buymeacoffee.com/fexingo

  29. 19

    How Data Scientists Use Dimensionality Reduction for Visualization

    Episode 88 of The Data Science Podcast dives into dimensionality reduction — but not for preprocessing. Lucas and Luna explore how data scientists use t-SNE and UMAP to visualize high-dimensional data, from customer segmentation to single-cell genomics. They discuss the trade-offs between global and local structure preservation, the risk of over-interpreting clusters, and why a 2D plot is never the whole truth. With concrete examples from retail analytics and biology, this episode gives you a practical framework for when to use t-SNE versus UMAP and how to avoid common pitfalls. If you've ever stared at a scatter plot and wondered if the patterns are real, this one's for you. #DimensionalityReduction #tSNE #UMAP #DataVisualization #MachineLearning #DataScience #Clustering #HighDimensionalData #SingleCellGenomics #CustomerSegmentation #PCA #Interpretability #Visual Analytics #FeatureEngineering #UnsupervisedLearning #Technology #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  30. 18

    How Data Scientists Use Manifold Learning for Dimensionality Reduction

    In episode 87 of The Data Science Podcast, Lucas and Luna explore manifold learning—a powerful technique for dimensionality reduction that goes beyond PCA. They focus on t-SNE and UMAP, explaining how these algorithms preserve local and global structure in high-dimensional data. Using concrete examples from genomics and image datasets, they discuss when to use each method and common pitfalls like misleading visualizations. Lucas shares a cautionary tale about a team that over-interpreted a t-SNE plot, while Luna explains how UMAP scales to millions of points. They also touch on recent developments like parametric UMAP and its integration with deep learning. Perfect for data scientists who want to understand the trade-offs between linear and nonlinear dimensionality reduction. #ManifoldLearning #DimensionalityReduction #tSNE #UMAP #DataScience #MachineLearning #PCA #DataVisualization #TopologicalDataAnalysis #Genomics #ImageData #KLDivergence #CrossEntropy #ParametricUMAP #FexingoBusiness #BusinessPodcast #Technology #DataSciencePodcast Keep every episode free: buymeacoffee.com/fexingo

  31. 17

    How Data Scientists Use Pareto Frontiers for Multi-Objective Optimization

    In this episode, Lucas and Luna explore the concept of the Pareto frontier, a powerful framework for multi-objective optimization in data science. Starting with a concrete example—a ride-hailing company balancing driver wait times against passenger fares—they illustrate how Pareto optimality helps teams make trade-offs in model tuning, resource allocation, and product decisions. They discuss real-world applications in portfolio optimization, A/B testing, and reinforcement learning, where multiple conflicting objectives (e.g., profit vs. fairness, accuracy vs. latency) must be balanced. The hosts explain how to compute Pareto frontiers efficiently, why they're essential for interpretability, and how data scientists present these trade-offs to stakeholders. Tune in for a practical, example-driven conversation that will change how you think about optimization. #ParetoFrontier #MultiObjectiveOptimization #DataScience #MachineLearning #TradeOffs #Optimization #Tech #AIBusiness #ModelSelection #ReinforcementLearning #PortfolioOptimization #ABTesting #Fairness #Latency #Interpretability #FexingoBusiness #BusinessPodcast #DataDriven Keep every episode free: buymeacoffee.com/fexingo

  32. 16

    How Data Scientists Use Neural Radiance Fields for 3D Reconstruction

    Lucas and Luna dive into Neural Radiance Fields (NeRFs), a technique that has reshaped 3D reconstruction from 2D images. They walk through how NeRFs work at a high level—converting sparse photographs into continuous volumetric scene representations—and why this matters for industries like autonomous driving, cultural heritage preservation, and virtual production. The episode anchors on a concrete example: how the Google Research team originally trained a NeRF on 100 images of a single scene to synthesize novel views with photorealistic quality, and how recent advances like Instant NGP have cut training time from hours to seconds. Lucas explains the key algorithmic steps: ray marching through a neural network that outputs color and density per point, then volumetric rendering to produce a pixel value. Luna questions where the bottleneck remains (data capture, not compute) and probes the real-world trade-off between quality and speed. The conversation stays grounded in tools and techniques data scientists actually use—no math beyond a brief mention of positional encoding—and closes by asking what happens when NeRFs meet generative AI for full scene editing. #NeuralRadianceFields #NeRF #3DReconstruction #ComputerVision #DeepLearning #InstantNGP #VolumetricRendering #RayMarching #GoogleResearch #PositionalEncoding #AutonomousDriving #VirtualProduction #CulturalHeritage #DataScience #Technology #FexingoBusiness #BusinessPodcast #MachineLearning Keep every episode free: buymeacoffee.com/fexingo

  33. 15

    How Data Scientists Use Diffusion Models for Image Generation

    In this episode of The Data Science Podcast, Lucas and Luna explore how data scientists are using diffusion models — the technology behind tools like DALL-E and Stable Diffusion — for image generation. They break down the core idea of gradually denoising random pixels into coherent images, discuss training and inference costs, and contrast diffusion models with GANs and autoregressive models. Using a concrete example from a mid-size e-commerce company that used a fine-tuned diffusion model to generate product images in underrepresented categories, they walk through the practical pipeline: dataset preparation, conditioning on text prompts, and handling hallucination artifacts. Lucas explains why diffusion models have become the dominant paradigm in generative image AI since 2022, and Luna questions whether the compute cost will limit adoption for smaller teams. They also touch on ethical considerations around deepfakes and copyright. The episode is grounded in real numbers: training a latent diffusion model from scratch can cost upwards of $600,000 in compute, but fine-tuning an existing open-source model can be done for under $5,000. #DiffusionModels #ImageGeneration #GenerativeAI #DeepLearning #StableDiffusion #DALLE #ComputerVision #MachineLearning #Technology #DataScience #AIEthics #ComputeCost #FineTuning #TextToImage #DenoisingDiffusion #LatentDiffusion #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  34. 14

    How Data Scientists Use Transfer Learning for Few-Shot Image Classification

    In this episode, Lucas and Luna explore how data scientists apply transfer learning to solve image classification problems with very little labeled data. They break down the concrete steps: taking a pre-trained model like ResNet-50 trained on ImageNet's 14 million images, freezing early layers, fine-tuning later layers on a new task with as few as 50 images per class. Lucas shares a case study from a medical startup that used this approach to classify skin lesions from dermoscopic images with 94% accuracy using only 200 labeled samples. The hosts discuss practical gotchas including domain mismatch, learning rate selection, and the trade-off between freezing and fine-tuning. If today's conversation gave you a concrete technique you can use, consider supporting the show at buy me a coffee dot com slash fexingo. #TransferLearning #FewShotLearning #ImageClassification #DeepLearning #ResNet #ImageNet #FineTuning #FeatureExtraction #MedicalImaging #Dermatology #DomainAdaptation #PreTrainedModels #DataScience #MachineLearning #Technology #FexingoBusiness #BusinessPodcast #AI Keep every episode free: buymeacoffee.com/fexingo

  35. 13

    How Data Scientists Use Bayesian A-B Testing in Marketing

    Lucas and Luna dive into Bayesian A/B testing—why it's replacing frequentist methods for marketing experiments. They walk through a real case from a mid-size e-commerce company that used Bayesian inference to compare email subject lines, reaching a decision in half the time with clearer probability statements. The episode covers the core difference: instead of a p-value, you get a direct probability that version A beats version B. They explain how priors work, the role of Monte Carlo simulation, and a concrete example where a company saved thousands by avoiding a false negative. By the end, you'll understand why more data teams are adopting Bayesian methods for faster, more intuitive decision-making—and how to explain it to stakeholders without the math. #BayesianA/BTesting #DataScience #MachineLearning #MarketingAnalytics #Experimentation #ABTesting #BayesianInference #MonteCarlo #Priors #PosteriorProbability #Ecommerce #EmailMarketing #StatisticalMethods #DataDrivenMarketing #ConversionRate #Frequentist #Technology #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  36. 12

    How Data Scientists Use Federated Learning for Privacy

    Federated learning is reshaping how organisations train machine learning models on sensitive data without ever centralising it. In this episode, Lucas and Luna break down a real-world case: how a consortium of six European hospitals used federated learning to train a diagnostic model for rare paediatric cancers — achieving accuracy comparable to a centralised model while keeping each hospital's patient data behind its own firewall. They walk through the technical architecture: the role of a coordination server, how model updates are aggregated using FedAvg, and what happens when non-IID data distributions cause client drift. Luna pushes back on the communication cost argument, and Lucas explains how compression techniques and asynchronous updates are making federated learning practical at scale. They also touch on the regulatory angle — why GDPR and HIPAA are driving adoption faster than any technical breakthrough. Whether you're a data scientist evaluating privacy-preserving ML or just curious how Apple trains Siri without reading your keystrokes, this episode gives you the concrete mechanics behind a paradigm shift in distributed machine learning. #FederatedLearning #PrivacyPreservingML #DataScience #Technology #HealthcareAI #GDPR #HIPAA #FedAvg #FexingoBusiness #BusinessPodcast #MachineLearning #DistributedLearning #ModelAggregation #NonIIDData #ClientDrift #Siri #Apple #RareCancerDiagnosis Keep every episode free: buymeacoffee.com/fexingo

  37. 11

    How Data Scientists Use Shapley Values for Model Interpretability

    Episode 80 of The Data Science Podcast dives into Shapley values — a game-theoretic approach to explaining model predictions. Lucas walks through the core intuition: how Shapley values fairly distribute prediction contributions among features, using a concrete example from a credit approval model. Luna asks about the practical trade-offs, including computational cost with high-dimensional data. The hosts discuss real-world usage at a mid-sized fintech lender that reduced model risk by 30 percent after implementing Shapley-based explanations. They also touch on open-source libraries like SHAP and its Python implementation. The episode avoids dry math in favor of conceptual clarity, making it accessible to data scientists and business analysts alike. By the end, listeners understand why Shapley values are becoming the gold standard for regulatory compliance and stakeholder trust. #ShapleyValues #ModelInterpretability #ExplainableAI #XAI #GameTheory #SHAP #FeatureImportance #CreditModeling #Fintech #DataScience #MachineLearning #ModelRisk #Python #OpenSource #Interpretability #Technology #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  38. 10

    How Data Scientists Use Synthetic Control for Causal Impact

    Episode 79 of The Data Science Podcast explores synthetic control — a causal inference method that estimates what would have happened to a treated unit if the intervention never occurred. Lucas and Luna break down a real-world case: how a ride-hailing company used synthetic control to measure the impact of a surge-pricing algorithm change on driver supply in Austin, Texas. They walk through building a synthetic control from a weighted combination of similar cities, interpreting the gap between actual and synthetic outcomes, and running placebo tests to assess statistical significance. The hosts also discuss when to choose synthetic control over difference-in-differences, the importance of having a strong donor pool, and how this method is gaining traction in policy evaluation and A/B testing for large-scale platform changes. No clickbait, just a practical, concrete guide to a powerful causal technique. #SyntheticControl #CausalInference #DataScience #MachineLearning #Experimentation #RideHailing #PolicyEvaluation #ABTesting #DifferenceInDifferences #PlaceboTest #Counterfactual #SurgePricing #Austin #DonorPool #CausalImpact #Technology #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  39. 9

    How Data Scientists Use Conformal Prediction for Reliable Uncertainty Estimates

    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 lesions. They contrast it with Bayesian methods and softmax probabilities, and explore why it's gaining traction in regulated industries like healthcare and finance. No prior knowledge of conformal prediction required; just a curious mind about making AI more trustworthy. If today's tech conversation gave you something usable, consider supporting the show at buy me a coffee dot com slash fexingo — keeping it free from ads so we can focus on substance. #ConformalPrediction #UncertaintyQuantification #MachineLearning #DataScience #AI #TrustworthyAI #HealthcareAI #PredictiveModeling #HypothesisTesting #ModelInterpretability #Technology #Podcast #FexingoBusiness #BusinessPodcast #DataDriven #MLOps #AIEthics #Calibration Keep every episode free: buymeacoffee.com/fexingo

  40. 8

    How Data Scientists Use Knowledge Distillation to Compress Models

    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 vision models for autonomous vehicles. Lucas explains the role of temperature scaling in softening probabilities, and Luna questions when distillation outperforms pruning or quantization. They also discuss practical trade-offs: when a distilled model is good enough for production versus when you need the full ensemble. This episode gives you one concrete technique to reduce inference cost and latency in your own ML pipeline. #KnowledgeDistillation #ModelCompression #TeacherStudent #DistilBERT #NVIDIA #BERT #DeepLearning #InferenceOptimization #MachineLearning #DataScience #Technology #FexingoBusiness #BusinessPodcast #NeuralNetworks #EdgeAI #Pruning #Quantization #TemperatureScaling Keep every episode free: buymeacoffee.com/fexingo

  41. 7

    How Data Scientists Use Causal Forests for Treatment Effect Heterogeneity

    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 splitting, the role of causal trees, and why this approach outperforms traditional subgroup analysis. Tune in for a concrete breakdown of how causal forests are changing decision-making in health tech and beyond, with a look at how researchers are now combining them with deep learning for even richer insights. #CausalForest #HeterogeneousTreatmentEffects #CausalInference #MachineLearning #DataScience #PersonalizedMedicine #TargetedMarketing #HonestSplitting #CausalTree #ATHE #ConditionalAverageTreatmentEffect #RandomForest #HealthTech #TreatmentEffectHeterogeneity #DataSciencePodcast #FexingoBusiness #BusinessPodcast #Technology Keep every episode free: buymeacoffee.com/fexingo

  42. 6

    How Data Scientists Use Temporal Fusion Transformers for Forecasting

    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 case: a mid-sized retailer using TFT to predict daily store-level demand across 500 stock-keeping units, handling seasonality, promotions, and exogenous variables like weather. The hosts explain why TFT outperforms traditional ARIMA and gradient boosting on datasets with multiple time series and static covariates, and they discuss the trade-offs in training complexity. TFT is especially powerful when you need both high accuracy and regulatory interpretability — think supply chain planning or energy load forecasting. Lucas and Luna contrast it with simpler models and highlight open-source implementations from PyTorch Forecasting and Google's TensorFlow Probability. The episode also touches on when not to use TFT: small datasets or when interpretability isn't a priority. By the end, listeners understand the architecture's key components and when to reach for TFT in their own projects. #TemporalFusionTransformer #TimeSeriesForecasting #DeepLearning #InterpretableML #DataScience #Forecasting #AttentionMechanism #VariableSelection #PyTorchForecasting #TensorFlowProbability #SupplyChain #RetailAnalytics #MultiHorizon #QuantileRegression #ExplainableAI #Technology #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  43. 5

    How Data Scientists Use Feature Stores to Reuse and Govern ML Features

    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 joins, and Lucas walks through the example of Uber's Michelangelo and Feast, an open-source feature store. They discuss how a feature store reduces training-serving skew, enforces governance with data lineage, and enables online serving with low latency. Lucas shares hard numbers: at a mid-size fintech, a feature store cut feature engineering time by 60 percent and reduced model deployment errors by 40 percent. They also touch on the tension between data science autonomy and centralized governance. The episode closes with the 'buy me a coffee' call — a simple, sincere ask for listener support. #DataScience #MachineLearning #FeatureStore #MLOps #Feast #UberMichelangelo #FeatureEngineering #TrainingServingSkew #PointInTimeJoin #DataGovernance #OnlineServing #FeatureReuse #DataLineage #Technology #TechPodcast #FexingoBusiness #BusinessPodcast #DataDriven Keep every episode free: buymeacoffee.com/fexingo

  44. 4

    How Data Scientists Use Counterfactual Regret Minimization in Strategy Games

    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' scenarios, and discusses real-world applications in negotiation, bidding, and cybersecurity. Luna challenges the scalability of CFR in complex environments, leading to a discussion of Monte Carlo CFR and function approximation. The episode also highlights how CFR differs from reinforcement learning and why it excels in imperfect-information games. #CounterfactualRegretMinimization #CFR #DataScience #Technology #FexingoBusiness #BusinessPodcast #MachineLearning #Pluribus #PokerAI #ImperfectInformationGames #StrategicDecisionMaking #GameTheory #MonteCarloCFR #NegotiationAI #Cybersecurity #ArtificialIntelligence #LucasAndLuna #DataScientists Keep every episode free: buymeacoffee.com/fexingo

  45. 3

    How Data Scientists Use LLMs for Data Augmentation

    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 explains the trade-offs: richer, more diverse data versus the risk of introducing model hallucination artifacts. They dig into prompt engineering strategies that maintain label integrity, cost considerations at scale, and why this approach works best when you have a small labeled dataset but a clear task definition. Luna pushes back on the 'garbage in, garbage out' risk, and Lucas shares a concrete example where augmentation with LLMs improved F1 score by 12 points over traditional synonym replacement. If you work with text data, this episode will change how you think about generating training examples. #DataAugmentation #LLM #LargeLanguageModels #GPT4 #SyntheticData #TextClassification #SentimentAnalysis #PromptEngineering #MachineLearning #NLP #DataScience #AIModels #ModelTraining #SmallData #F1Score #Technology #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo

  46. 2

    How Data Scientists Use Active Learning to Label Less Data

    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 query strategies like uncertainty sampling and diversity sampling, discuss when active learning beats random sampling, and touch on integration with weak supervision. The episode also covers a cautionary tale from an e-commerce content moderation project where biased query selection caused drift. By the end, listeners understand the core workflow — train a small initial model, let it pick the next batch of examples for humans to label, retrain, repeat — and know when this loop saves time versus when it doesn't. #ActiveLearning #DataLabeling #MachineLearning #MedicalImaging #UncertaintySampling #DiversitySampling #WeakSupervision #ModelDrift #AnnotationCost #HumanInTheLoop #DataEfficiency #DeepLearning #Technology #DataScience #FexingoBusiness #BusinessPodcast #TechPodcast #TheDataSciencePodcast Keep every episode free: buymeacoffee.com/fexingo

  47. 1

    How Data Scientists Use Gaussian Processes for Uncertainty Quantification

    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 from standard regression, why they shine in small-data regimes, and the computational trick—inducing points—that makes them scalable to tens of thousands of observations. Luna pushes back on the black-box reputation and highlights how GP-based uncertainty drives better decisions in high-stakes settings like drug discovery and materials science. By the end, you'll understand when to reach for a Gaussian process over a neural network, and how to interpret its mean and variance outputs. No equations required, just intuition and a real-world problem. #GaussianProcesses #UncertaintyQuantification #BayesianMethods #MachineLearning #DataScience #Semiconductor #Manufacturing #YieldPrediction #SmallData #InducingPoints #ScalableGP #DrugDiscovery #MaterialsScience #PredictiveModeling #Technology #FexingoBusiness #BusinessPodcast #DataSciencePodcast Keep every episode free: buymeacoffee.com/fexingo

  48. 0

    How Data Scientists Use Contrastive Learning for Self-Supervised Vision

    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 pushing dissimilar apart, the role of data augmentation, and why this matters for data scientists building vision models with limited labels. A concrete, conversation-driven look at a technique that's quietly becoming standard in production vision pipelines. #ContrastiveLearning #SelfSupervisedLearning #ComputerVision #SimCLR #MoCo #DataAugmentation #RepresentationLearning #MedicalImaging #UnlabeledData #DeepLearning #MachineLearning #DataScience #Technology #FexingoBusiness #BusinessPodcast #NoLabelNeeded #ModelTraining #ImageEmbeddings Keep every episode free: buymeacoffee.com/fexingo

  49. -1

    Data Scientists Use Embeddings for Semantic Search and Retrieval

    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 break down what embeddings are, how models like BERT generate them, and why cosine similarity is the go-to metric for retrieval. The hosts also discuss trade-offs like the cost of generating embeddings at scale and the rise of hybrid search systems that combine keywords with embeddings to get the best of both worlds. If you've ever wondered how modern search engines understand intent rather than just matching words, this episode gives you a clear, example-driven explanation. #DataScience #Embeddings #SemanticSearch #MachineLearning #NLP #VectorSearch #CosineSimilarity #BERT #InformationRetrieval #Ecommerce #RAG #Technology #Podcast #FexingoBusiness #BusinessPodcast #Search #DeepLearning #DataScientists Keep every episode free: buymeacoffee.com/fexingo

  50. -2

    How Data Scientists Use Graph Neural Networks for Fraud Detection

    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 GNNs exploit transaction graphs, and the surprising finding that adding just two hops of neighbor information improved recall by 40%. Luna asks the tough questions about computational cost and explainability, and they discuss practical tools like PyTorch Geometric and DGL. If you're a data scientist looking for a cutting-edge application of deep learning on graphs, this episode is for you. #GraphNeuralNetworks #FraudDetection #DataScience #MachineLearning #Technology #Business #Finance #SyntheticIdentityFraud #PyTorchGeometric #DGL #AnomalyDetection #FinancialServices #DeepLearning #GraphAnalytics #FexingoBusiness #BusinessPodcast #TheDataSciencePodcast #LucasAndLuna Keep every episode free: buymeacoffee.com/fexingo

Type above to search every episode's transcript for a word or phrase. Matches are scoped to this podcast.

Searching…

We're indexing this podcast's transcripts for the first time — this can take a minute or two. We'll show results as soon as they're ready.

No matches for "" in this podcast's transcripts.

Showing of matches

No topics indexed yet for this podcast.

Loading reviews...

ABOUT THIS SHOW

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 healthcare researchers apply survival analysis to clinical trials. Luna keeps the discussion honest, asking about data quality, feature engineering pitfalls, and whether a model’s accuracy actually translates to business value. They never resort to buzzwords: instead, they walk through the workflow from data collection to deployment, discussing trade-offs like interpretability versus performance. T

HOSTED BY

Fexingo

CATEGORIES

Frequently Asked Questions

How many episodes does The Data Science Podcast with Fexingo: Analytics, Machine Learning, and Data-Driven Conversations have?

The Data Science Podcast with Fexingo: Analytics, Machine Learning, and Data-Driven Conversations currently has 50 episodes available on PodParley. New episodes are automatically indexed when they're published to the podcast feed.

What is The Data Science Podcast with Fexingo: Analytics, Machine Learning, and Data-Driven Conversations about?

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...

How often does The Data Science Podcast with Fexingo: Analytics, Machine Learning, and Data-Driven Conversations release new episodes?

The Data Science Podcast with Fexingo: Analytics, Machine Learning, and Data-Driven Conversations has 50 episodes. Check the episode list to see recent publication dates and frequency.

Where can I listen to The Data Science Podcast with Fexingo: Analytics, Machine Learning, and Data-Driven Conversations?

You can listen to The Data Science Podcast with Fexingo: Analytics, Machine Learning, and Data-Driven Conversations on PodParley by clicking any episode. We provide an embedded audio player for direct listening, and you can also subscribe via your preferred podcast app using the RSS feed.

Who hosts The Data Science Podcast with Fexingo: Analytics, Machine Learning, and Data-Driven Conversations?

The Data Science Podcast with Fexingo: Analytics, Machine Learning, and Data-Driven Conversations is created and hosted by Fexingo.
URL copied to clipboard!