/explainable-machine-learning-workshop

Material for the Explainable Machine Learning Workshop

Primary LanguageR

Explainable Machine Learning Workshop

To follow along with the workshop you will need a laptop with the following software:

Install the following R packages from CRAN:

install.packages(c("DALEX", "randomForest", "ggplot2", "lime", "caret", "iml", "arules"))
DALEX::install_dependencies()