flâneur

3.1 Importance of Interpretability | Interpretable Machine Learning

christophm.github.io · 4,597 words · saved by 1 readers

Machine learning algorithms usually operate as black boxes and it is unclear how they derived a certain decision. This book is a guide for practitioners to make machine learning decisions interpretable.

This chapter introduces the concepts of interpretability. While it’s difficult to define interpretability mathematically, I like the definition by Biran and Cotton (2017), which was also used by Miller (2019): “Interpretability is the degree to which a human can understand the cause of a decision.” Another good one is by Kim, Khanna, and Koyejo (2016): “a method is interpretable if a user can correctly and efficiently predict the method’s results” The more interpretable a machine learning model, the easier it is for someone to understand why certain decisions or predictions were made. A…

related reading