Introductory videos for Explanatory Model Analysis with R
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Remote teaching at my university encouraged me to prepare some video materials for Explanatory Model Analysis techniques, i.e. techniques of exploration, explanation and visualisation of predictive models.
For example, for a model that estimates odds of default in credit scoring, the model level analysis focuses on explaining the model’s behaviour for a selected population of customers.
The ebook describing these techniques was already available at https://pbiecek.github.io/ema/.
Today I have published a youtube playlist with short videos showing how to use these techniques in R.
For now, the first 5 videos are available for instance level analysis. These videos are focused on the DALEX package for R. You can read about other R packages for XAI and more about the methodology in the ebook.
Here are these videos
- Gentle introduction to the topic of exploration, why this topic is important and how it fits into the model building process.
2. Introduction to the DALEX package and other tools from the DrWhy.AI family (e.g. modelDown and modelStudio)
3. Instance level attribution with break-down method for determining variables important for a prediction. The break-down method decomposes predictions of any model into parts that can be attributed to model variables.
4. Instance level attribution with Shapley values and break-down with interactions. Both extends break downs possibilities.
5. Presentation of the ceteris paribus method for the analysis of model response profile for selected variables for the indicated observation.
The whole playlist is at https://www.youtube.com/playlist?list=PLGzKiXahhU63NmyM7sALiVtFYTUYEpTVm
Supplementary materials are at http://dalex.drwhy.ai/.
Now we’re working on videos for the python version of this package. Stay tuned!
Questions or comments? Let me know at ema at drwhy.ai.
Warm thanks to everyone who helped me to prepare these videos, especially Wojciech Kretowicz, Huber Baniecki, Alicja Gosiewska, Anna Kozak and Katarzyna Woźnica.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.