Skip to content
Artwork for 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

Fexingo

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. The show serves data scientists, analysts, and engineers who want to stay sharp on methods without the hype. Listeners walk away with a clearer understanding of why one algorithm beats another on a given dataset, and what that means for their own projects. Can a neural network ever be truly explainable? And if not, should we trust it anyway? #DataScience #MachineLearning #Analytics #DataEngineering #Statistics #Python #RStats #DeepLearning #AI #BigData #DataVisualization #PredictiveModeling #CausalInference #DataQuality #FeatureEngineering #Business #FexingoBusiness #BusinessPodcast #Technology Keep every episode free: buymeacoffee.com/fexingo
Play
  • 26 episodes
  • daily
  • Avg 9 min
  • English

Support the show

Goes straight to the publisher. podnod takes nothing.

Counted on this page — what you have heard stays on this device, so it is not something the list can be paged by.
  • S4 · E172
    Yesterday · 11 min

    How Data Teams Use Feature Engineering to Build Better Models

    We talk about the often overlooked art of feature engineering and why raw data rarely wins on its own. Lucas and Luna break down how transforming variables, like creating interaction terms or encoding categorical noise, can double model performance...

    • Transcript
  • S4 · E171
    Monday · 8 min

    How Data Teams Use Survival Analysis to Predict Churn

    In this episode of The Data Science Podcast, Lucas and Luna explore how data teams apply survival analysis to predict customer churn. They unpack the core concepts—hazard functions, Kaplan-Meier curves, and Cox proportional hazards—using a relatable...

    • Transcript
  • S4 · E170
    Sunday · 10 min

    How Data Scientists Use Knowledge Distillation to Compress Models

    In episode 170 of The Data Science Podcast, Lucas and Luna explore knowledge distillation—a technique for compressing large, powerful machine learning models into smaller, faster ones. They use the concrete example of a large language model distilled...

    • Transcript
  • S4 · E169
    Saturday · 11 min

    How Data Teams Use Shapley Values to Explain Model Predictions

    In episode 169 of The Data Science Podcast, Lucas and Luna explore how data scientists use Shapley values to explain individual model predictions. They break down the cooperative game theory behind the method, walk through a real-world example from...

    • Transcript
  • S4 · E168
    Friday · 6 min

    How Data Teams Use Data Contracts to Prevent Pipeline Chaos

    Episode 168 of The Data Science Podcast with Fexingo dives into data contracts — the agreements that keep data pipelines from turning into chaos. Lucas and Luna explore how teams at companies like Uber and Airbnb use schema agreements to catch breaking...

    • Transcript
  • S4 · E167
    Thursday · 9 min

    How Data Teams Use Embedding Drift to Catch Model Decay

    In this episode of The Data Science Podcast, Lucas and Luna explore how data teams use embedding drift to detect when machine learning models silently decay in production. They start with a concrete example: a fraud model at a large bank that started...

    • Transcript
  • S4 · E166
    August 26 · 9 min

    How Data Teams Use Embeddings to Capture Meaning

    In this episode, Lucas and Luna explore how data teams use embeddings to turn text, images, and users into vectors that machines can reason over. They start with the concrete example of Airbnb's 2018 shift to embedding-based search, which boosted...

    • Transcript
  • S4 · E165
    August 25 · 12 min

    How Data Scientists Use Probabilistic Programming for Robust Forecasting

    In this episode of The Data Science Podcast, Lucas and Luna explore probabilistic programming as a practical tool for modern data teams. Using the example of a fictional e-commerce company forecasting holiday sales, they show how probabilistic models...

    • Transcript
  • S4 · E164
    August 24 · 9 min

    How Data Teams Use Incremental Learning for Streaming Data

    Data moves fast. In this episode of The Data Science Podcast, Lucas and Luna explore how data teams use incremental learning to keep models fresh without retraining from scratch every day. They walk through the concept of online learning, contrast it...

    • Transcript
  • S4 · E163
    August 23 · 11 min

    How Data Scientists Use Feature Selection to Cut Noise

    In this episode of The Data Science Podcast, Lucas and Luna dive into feature selection—the art of choosing which variables actually matter for your model. They explore why more data isn't always better, how redundant features can quietly degrade...

    • Transcript
  • S4 · E162
    August 22 · 12 min

    How Data Scientists Use Counterfactual Explanations

    In Episode 162 of The Data Science Podcast, Lucas and Luna explore counterfactual explanations—a technique that answers 'what would need to change for this model's decision to flip?' They anchor the discussion in a real-world example: a loan denial from...

    • Transcript
  • S4 · E161
    August 21 · 9 min

    How Data Teams Use Model Monitoring to Catch Silent Failures

    In this episode of The Data Science Podcast, Lucas and Luna dive into the world of model monitoring — the practice of keeping machine learning models honest after they're deployed. Using the concrete example of a credit-card fraud detection system, they...

    • Transcript
  • S4 · E160
    August 20 · 10 min

    How Data Scientists Use Transfer Learning to Save Time

    In this episode of The Data Science Podcast, Lucas and Luna explore transfer learning—a technique that lets data scientists reuse pre-trained models instead of starting from scratch. They anchor the discussion with a concrete example: how a small...

    • Transcript
  • S4 · E159
    August 19 · 11 min

    How Data Teams Use Feature Stores to Keep Models Honest

    Feature stores have quietly become the backbone of modern machine learning, but they're not just a place to stash tables. In this episode, Lucas and Luna dig into why feature stores are the difference between a model that works in the lab and one that...

    • Transcript
  • S4 · E158
    August 18 · 9 min

    How Data Scientists Use Active Learning to Cut Labeling Costs

    Labeling data is one of the most expensive bottlenecks in machine learning, but active learning offers a smarter path. In this episode, Lucas and Luna break down how data scientists use active learning to train high-performing models with a fraction of...

    • Transcript
  • S4 · E157
    August 17 · 9 min

    How Data Scientists Use Conformal Prediction for Reliable AI

    In this episode, Lucas and Luna unpack conformal prediction, a method that gives machine learning models a rigorous way to state their own uncertainty. They walk through a real-world example—a hospital risk score that must decide when to say 'I don't...

    • Transcript
  • S4 · E154
    August 14 · 6 min

    How Data Scientists Use Synthetic Data to Bridge Privacy and Utility

    Synthetic data is quietly becoming one of the most practical tools in a data scientist's kit — letting teams train models on realistic datasets without exposing sensitive records. In this episode, Lucas and Luna dig into how synthetic data works, where...

    • Transcript
  • S4 · E153
    August 13 · 10 min

    How Data Scientists Use Causal Forests for Personalized Treatment Effects

    In this episode, Lucas and Luna explore how data scientists are using causal forests to estimate personalized treatment effects—moving beyond average outcomes to understand which customers, patients, or users respond best to a specific intervention. They...

    • Transcript
Showing 1–20 of 26 episodes