Posts

Showing posts with the label MachineLearningService

Developing the Best Evaluation Approach for Interpretable Machine Learning

Image
Approach to Interpretable Machine Learning Although modern machine learning and deep learning methods allow for complex and in-depth data analytics, the predictive models generated by these methods are often highly complex, and lack transparency. Explainable machine learning (XAI) methods are used to improve the interpretability of these complex machine learning models, and in doing so improve transparency. However, the inherent fitness of these explainable methods can be hard to evaluate. In particular, machine learning methods to evaluate the fidelity of the explanation to the underlying black box require further development, especially for tabular data . In this paper, we (a) propose a three-phase approach to developing an evaluation method; (b) adapt an existing evaluation of machine learning method primarily for image and text data to evaluate machine learning models trained on tabular data; and (c) evaluate two popular explainable methods using this evaluation method. ...