Skip to content

Commit

Permalink
Add information about the script
Browse files Browse the repository at this point in the history
  • Loading branch information
agosiewska committed Mar 25, 2021
1 parent fc640cf commit 79d4cd8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion recommendations/recommendations.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Recommendations for a gentle introduction to XAI
# This file includes the R code used in the article, entitled
# "Landscape of R packages for eXplainable Artificial Intelligence".
# Szymon Maksymiuk, Alicja Gosiewska, Przemysław Biecek
# The R Journal

# Section: Recommendations for a gentle introduction to XAI

data(titanic_imputed, package = "DALEX")
ranger_model <- ranger::ranger(survived~., data = titanic_imputed,
Expand Down

0 comments on commit 79d4cd8

Please sign in to comment.