Medicare plan data freshness monitor
What happens when the data under a plan recommender goes stale
Got curious about what actually sits under the hood of Medicare plan recommenders after reading the recent CMS RFI on AI in plan selection.
Got curious about what actually sits under the hood of Medicare plan recommenders after reading the recent CMS RFI on AI in plan selection. Pulled three months of CPSC files (contracts and enrollment, around 10 million rows total) and dug into them for staleness, masking, churn, and coverage gaps. 94.6% of enrollment rows turn out to be masked for privacy, thousands of rows have orphaned geography, and month-over-month contract churn is higher than you'd want for a live recommendation engine. Packaged the analysis as a notebook and a dashboard.
Python · pandas · Jupyter · Next.js · Vercel

