-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathindex.Rmd
49 lines (38 loc) · 1.82 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
title: "XAI Stories"
author: ""
date: "`r Sys.Date()`"
documentclass: krantz
bibliography: [book.bib, packages.bib]
biblio-style: apalike
link-citations: yes
colorlinks: yes
lot: False
lof: False
site: bookdown::bookdown_site
description: "Case studies for eXplainable Artificial Intelligence"
graphics: yes
cover-image: images/cover.png
---
```{r setup, include=FALSE}
options(
htmltools.dir.version = FALSE, formatR.indent = 2, width = 55, digits = 4
)
output <- knitr::opts_knit$get("rmarkdown.pandoc.to")
is.html = !is.null(output) && output == "html"
```
# Preface {-}
```{r cover, cache=FALSE, out.width="500", fig.align="center", echo=FALSE, eval = is.html}
knitr::include_graphics('images/cover.png')
```
This book is the result of a student projects for [Interpretable Machine Learning](https://github.com/pbiecek/InterpretableMachineLearning2020) course at the University of Warsaw and the Warsaw University of Technology. Each team has prepared one case study for selected XAI technique.
This project is inspired by a fantastic book [Limitations of Interpretable Machine Learning Methods](https://compstat-lmu.github.io/iml_methods_limitations/) created at the Department of Statistics, LMU Munich.
We used the LIML project as the cornerstone for this repository.
The book chapters are written in the Markdown language.
The simulations, data examples and visualizations were created with R [@rlang] and Python.
The book was compiled with the [bookdown](https://bookdown.org/) package.
We collaborated using [github repository](https://github.com/pbiecek/xai_stories).
Cover by [kozaka93](github.com/kozaka93).
![Creative Commons License](images/by-nc-sa.png)
This book is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/).
\mainmatter