Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 395 Bytes

File metadata and controls

13 lines (9 loc) · 395 Bytes

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()