ml-design-docs icon indicating copy to clipboard operation
ml-design-docs copied to clipboard

Bias in models?

Open braaannigan opened this issue 4 years ago • 2 comments
trafficstars

There is a question about data privacy. Should there also be a question about potential sources of bias that could arise from using the model and how this is monitored?

braaannigan avatar Mar 16 '21 11:03 braaannigan

Hey @braaannigan, yes, data privacy is a key concern in systems involving customer data and is covered in Section 6.5.

Your point on bias is spot on. Yes, monitoring for bias, data drift, model validation metrics can also be part of the design doc and should be added if it's critical to the system. I've not included it here so as not to overwhelm.

eugeneyan avatar Mar 17 '21 00:03 eugeneyan

I would also argue that it would be useful to add this to 6.6 (Monitoring). You want to monitor not only for technical issues, but also for data drift. I want the ML dev team to think about when a model needs to be retrained, or potentially deprecated altogether (lifecycle management).

erikcvisser avatar May 18 '21 08:05 erikcvisser