-
-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathindex.Rmd
30 lines (30 loc) · 805 Bytes
/
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
---
title: 'Explanatory Model Analysis'
author: "Przemyslaw Biecek and Tomasz Burzykowski"
date: "`r Sys.Date()`"
output:
html_document:
df_print: paged
bookdown::pdf_book:
includes:
in_header: preamble.tex
after_body: after_body.tex
bibliography:
- book.bib
- packages.bib
description: This book introduces unified language for exploration, explanation and examination of predictive machine learning models.
documentclass: krantz
github-repo: pbiecek/ema
graphics: yes
link-citations: yes
lof: no
lot: no
monofont: "Source Code Pro"
monofontoptions: "Scale=0.55"
colorlinks: yes
site: bookdown::bookdown_site
subtitle: Explore, Explain, and Examine Predictive Models. With examples in R and Python.
biblio-style: apalike
always_allow_html: yes
cover-image: figure/front4.png
---