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
Pitch Analysis
Required Pod Score for this show. PitchCentric checks your profile against host openness, topical fit, and audience signals before you generate a pitch.
Contact path
Verified email
Booking probability
35%
Guest openness
Selective
Verified email on file
80/100
Required Score
Sign up to generate a grounded pitch for The Data Science Podcast with Fexingo: Analytics, Machine Learning, and Data-Driven Conversations.
What is 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 a business podcast hosted by Fexingo, with 154 episodes on record and a Required Pod Score of 80. PitchCentric scores this show on Booking Probability, Listen Score, and live audience signals refreshed every 24 hours.
About the host
Fexingo hosts The Data Science Podcast with Fexingo: Analytics, Machine Learning, and Data-Driven Conversations, a business show with 154 episodes published.
Our AI reads these to draft pitches. Use them as grounding for a pitch that cites a real guest and a specific topic.
Episode #160
How Data Scientists Use Transfer Learning to Save Time
Aug 20, 202610 minS4
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 e-commerce team adapted a pre-trained language model to their niche product reviews, cutting training time from weeks to days and data requirements by over 80 percent. They break down the difference between feature extraction and fine-tuning, when transfer learning shines (and when it flops), and how teams can avoid common pitfalls like catastrophic forgetting. Lucas brings his journalist's eye for specifics, while Luna challenges him with practical questions about deployment and maintenance. By the end, you'll understand why transfer learning is becoming a default tool for teams with limited data or compute, and how to think about it as a strategic decision rather than a magic bullet. If you've ever wondered how AI teams ship models faster without massive datasets, this episode is for you. #TransferLearning #PreTrainedModels #FineTuning #FeatureExtraction #DataScience #MachineLearning #AI #DeepLearning #NaturalLanguageProcessing #ComputerVision #Ecommerce #ModelTraining #DataEfficiency #CatastrophicForgetting #Tech #FexingoBusiness #BusinessPodcast #DataDriven Keep every episode free: buymeacoffee.com/fexingo
How Data Teams Use Feature Stores to Keep Models Honest
Aug 19, 202611 minS4
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 works in production. They break down the concrete mechanics—point-in-time correctness, training-serving skew, and feature reuse across teams—and walk through a real example from a fintech that cut its model retraining time from weeks to hours. They also talk about the pitfalls, like when a feature store becomes a dumping ground, and how to keep it from becoming a bottleneck. If you've ever wondered why your model's offline metrics look great but online performance flops, this episode gives you the vocabulary and mental models to spot the problem. Lucas and Luna also touch on the cultural shift: feature stores force data scientists and engineers to actually talk to each other, which is harder than any technical challenge. No hype, just the practical details of turning data into reliable predictions. #FeatureStores #MachineLearning #MLOps #DataEngineering #DataScience #TrainingServingSkew #PointInTimeCorrectness #FeatureReuse #Fintech #ProductionML #DataPlatform #DataInfrastructure #Tech #BusinessPodcast #FexingoBusiness Keep every episode free: buymeacoffee.com/fexingo
How Data Scientists Use Active Learning to Cut Labeling Costs
Aug 18, 202610 minS4
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 the labeled data. They walk through the key strategies—uncertainty sampling, query-by-committee, and expected model change—and explain why the approach is especially powerful for niche domains like medical imaging and rare-event detection. Through a concrete example of a fraud-detection team facing a massive unlabeled backlog, they show how a smart sampling strategy can cut labeling costs by up to 90 percent while maintaining model accuracy. They also address the practical caveats: the risk of sampling bias, the need for robust infrastructure, and why active learning isn't a silver bullet. If you're a data scientist or ML engineer looking to stretch your labeling budget, this episode delivers actionable insights and a clear framework for getting started. #ActiveLearning #DataLabeling #MachineLearning #DataScience #Technology #AI #SupervisedLearning #UncertaintySampling #QueryByCommittee #ExpectedModelChange #FraudDetection #MedicalImaging #NicheDomains #LabelingCosts #DataAnnotation #MLWorkflow #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo
How Data Scientists Use Conformal Prediction for Reliable AI
Aug 17, 202610 minS4
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 know.' Along the way, they compare conformal prediction to Bayesian methods, discuss why calibration alone isn't enough, and look at how it's showing up in production systems from self-driving cars to fraud detection. If you've ever wondered how to make a model's confidence intervals you can actually trust, this is the conversation for you. The show stays ad-free thanks to listener support—find the link at buy me a coffee dot com slash fexingo. #ConformalPrediction #UncertaintyQuantification #MachineLearning #DataScience #AI #PredictiveModeling #Statistics #ModelReliability #ProductionML #TechPodcast #FexingoBusiness #BusinessPodcast #DataDriven #RiskModeling #HealthcareAI #SelfDrivingCars #FraudDetection #ModelValidation Keep every episode free: buymeacoffee.com/fexingo
How Data Scientists Use Multi-Armed Bandits to Balance Exploration and Exploitation
Aug 16, 202611 minS4
In this episode, Lucas and Luna explore the multi-armed bandit problem, a classic dilemma in decision-making under uncertainty that has found new life in data science. They break down how companies like Netflix and Amazon use bandit algorithms to dynamically balance exploration (trying new options) and exploitation (pushing known winners), all without the heavy cost of traditional A/B testing. Using the fictional example of a music streaming service, they walk through the mechanics of epsilon-greedy and Thompson sampling, showing how these algorithms adapt in real time to user behavior. The conversation also touches on real-world applications beyond recommendations, including clinical trials and ad bidding, and warns about common pitfalls like changing user contexts and evaluation challenges. By the end, listeners will understand why the bandit framework is a practical alternative to static experiments and how it can be implemented with just a few lines of code. #MultiArmedBandits #ExplorationExploitation #ThompsonSampling #EpsilonGreedy #RecommendationSystems #A/BTesting #DataScience #MachineLearning #DecisionMaking #Netflix #Amazon #ClinicalTrials #OnlineAdvertising #Tech #Analytics #FexingoBusiness #BusinessPodcast #DataPodcast Keep every episode free: buymeacoffee.com/fexingo
Every question we get asked before someone starts their trial.
If you have a concern about deliverability, AI quality, data privacy, or whether this will actually work for your specific situation, it's probably answered below.
What is the difference between Founder Solo and Founder Pro?
Founder Solo gives you 50 AI pitches per month using the credit model (Standard pitches cost 1 credit, Enriched pitches cost 2). Founder Pro raises that to 200 credits per month and adds full Booking Probability access, unlimited Magic Match, Apollo enrichment credits, and data export capabilities. Both plans use the same credit system, so you can stretch your monthly budget further by using Standard-mode drafting.
How do agency tiers work?
Agency tiers have no base fee. You pay per managed client and per talent profile. Agency Standard is $199 per client per month; Agency Pro is $399 per client per month. Both add $39 per talent profile per month. Your own team's user seats are always free.
What is a talent profile?
A talent profile represents one person (founder, executive, or spokesperson) you are booking onto podcasts. It includes their bio, topics, headshots, and outreach history. Team plans include 5 profiles; agency plans are pay-as-you-go.
Can I switch plans later?
Yes, at any time. Upgrades take effect immediately; downgrades apply at the end of the current billing period. Contact support if you need help migrating between plan families.
Do you offer a free trial?
Every paid plan includes a 15-day free trial. Your card is saved at signup but you will not be charged until day 16. Cancel any time from your dashboard.
What happens if I cancel?
You keep access until the end of your current billing period. No charges after that. Your data is retained for 30 days in case you reactivate.
Is the 20% annual discount automatic?
Yes. Select Annual on the pricing toggle and the discounted price is applied automatically at checkout. The annual price shown is the full year cost.
What if I have more than 50 profiles or 20 clients?
That is our Enterprise tier. Contact our sales team and we will build a custom plan with volume pricing, a dedicated account manager, and SLA guarantees.