Your ML system has a data problem
Something’s not right A stakeholder pings you on Slack: “The model’s wrong.” You brush it off initially because metrics looked fine, probably just bad luck. Then you check, and it’s not bad luck. It’s bad performance. So you do what teams generally do when faced with an underperforming machine learning system: you rush to try and fix the model itself. Your first reflex to tweak the model In this scenario the model can be anything. A linear regression, an image classifier, an LLM accessed via some third party API or whatever takes some data in and spits out some data out via the interaction of learned parameters. ...