Read the following articles:
• Dario Radečić. 2020. “SHAP: How to Interpret Machine Learning Models With Python, Explainable machine learning with a single function call.” https://towardsdatascience.com/shap-how-to-interpret-machine-learning-models-with-python-2323f5af4be9
• Marco Tulio Ribeiro, Sameer Singh, Sameer Singh. 2016. “Why Should I Trust You? Explaining the Predictions of Any Classifier.” https://arxiv.org/pdf/1602.04938v1.pdf
• Dario Radčić. 2020. “LIME vs. SHAP: Which is Better for Explaining Machine Learning Models? Two of the most popular Explainers compared.” https://towardsdatascience.com/lime-vs-shap-which-is-better-for-explaining-machine-learning-models-d68d8290bb16
• Conor O’Sullivan. 2022. “Squeezing more out of LIME with Python How to create global aggregations of LIME weights.” https://towardsdatascience.com/squeezing-more-out-of-lime-with-python-28f46f74ca8e
• Refer to the SHAP documentation as needed: https://shap.readthedocs.io/en/latest/index.html
• Refer to the LIME documentation as needed: https://lime-ml.readthedocs.io/en/latest/
The key idea behind LIME and SHAP is to provide human-understandable explanations for models, especially black box models such as neural networks and support vector machines. For this assignment, you will be providing only written answers in a Word or PDF document. Based on the aforementioned readings, and any others from the course content, answer the following questions providing proper citations in APA format.
Question Points
1. Write a 1-page explanation of what LIME is, using your own words. Your explanation should include what a local interpretable model is and, more specifically, which types of models are used by LIME.
Question Points
2. Write a 1-page explanation of what LIME is, using your own words. Your explanation should include what a local interpretable model is and, more specifically, which types of models are used by LIME.
3. Using up to 1-page, compare and contrast LIME vs. SHAP. Include the potential pros and cons of each.
4. Writing quality: Avoid spelling mistakes and clearly denote which questions you are answering. Include a reference section in your writeup, and in your text, refer to the references. Follow the APA guidelines for references and citations.