Employ Interpretable Models When Possible
Click to read more. • This practice addresses requirements
from the EU guidelines for trustworthy ML.
Click to read more.
Intent
Motivation
Applicability
Description
In machine learning applications, developers are often faced with a trade-off between understanding why a decision is made, and focusing solely on performance metrics. In many cases, knowing why can help to learn more about the problem solved, the data and the reasons why an algorithm fails.
In some scenarios, failures of ML models may not have major consequences. For example, a recommender system for e-commerce can fail to provide the intended predictions without impacting human lives. Nevertheless, understanding the failures modes of the system can help developers to rapidly solve the issues, and provide a better service.
In other scenarios, such as using deep learning for object recognition, non-interpretable models offer significant performance advantages over interpretable models. Balancing the trade-off between black-box models and more interpretable ones is a task ML developers will face all the time. However, whenever an interpretable model offers competitive performance with black-box models, it is recommended to use the former.
Adoption
Related
Read more
- Ethics Guidelines for Trustworthy AI
- Interpretable Machine Learning
- Toward Trustworthy AI Development: Mechanisms for Supporting Verifiable Claims
Click to read more. • This practice addresses requirements
from the EU guidelines for trustworthy ML.
Click to read more.