#261: Monitoring and auditing machine learning

Talk Python To Me

Episode | Podcast

Date: Sat, 25 Apr 2020 00:00:00 -0800

Traditionally, when we have depended upon software to make a decision with real-world implications, that software was deterministic. It had some inputs, a few if statements, and we could point to the exact line of code where the decision was made. And the same inputs lead to the same decisions.