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
  • 40 episodes
  • daily
  • Avg 10 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 · 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
  • S4 · E152
    August 12 · 8 min

    How Data Scientists Use Quantile Regression for Uncertainty

    Episode 152 of The Data Science Podcast dives into quantile regression, a technique that gives data scientists a fuller picture of uncertainty than standard mean-focused models. Lucas and Luna explore how predicting the 90th percentile instead of the...

    • Transcript
  • S4 · E151
    August 11 · 8 min

    How Data Scientists Use Gradient Boosting for Smarter Predictions

    In this episode, Lucas and Luna dive into gradient boosting, the machine learning technique behind countless winning models on Kaggle and in production systems. They explore how it works, why it's so effective, and the practical trade-offs teams face...

    • Transcript
  • S3 · E150
    August 10 · 10 min

    How Data Scientists Use Calibration to Fix Model Probabilities

    In this milestone 150th episode, Lucas and Luna dive into probability calibration — the practice that makes a model's predicted confidence match real-world outcomes. They anchor the discussion with a concrete example: a fraud model that says '88 percent...

    • Transcript
  • S3 · E149
    August 9 · 8 min

    How Data Scientists Use Data Lineage to Debug Pipelines

    When a model's predictions start drifting from reality, the first question every data scientist asks is: where did the data go wrong? In this episode, Lucas and Luna explore a subtle but powerful debugging technique: data lineage. They walk through a...

    • Transcript
  • S3 · E148
    August 8 · 7 min

    How Data Scientists Use Knowledge Graphs to Power Recommendation Engines

    In this episode of The Data Science Podcast, Lucas and Luna explore how knowledge graphs are transforming recommendation engines beyond collaborative filtering. They dive into a real example: how a music streaming service uses knowledge graphs to...

    • Transcript
  • S3 · E147
    August 7 · 8 min

    How Data Scientists Use Shapley Values for Fairer Models

    Lucas and Luna explore Shapley values, the game-theory concept behind SHAP, which data scientists use to fairly distribute model predictions among features. They break down the math in plain English, show why it's more principled than simple feature...

    • Transcript
Showing 21–40 of 40 episodes