-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
73 lines (67 loc) · 1.71 KB
/
_quarto.yml
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
project:
type: book
## Global options that can be re-defined in each qmd file
format:
html:
toc: true
theme: [simplex, includes/aml4td.scss]
mainfont: 'Libre Franklin'
highlight-style: arrow
code-link: true
code-block-bg: "#f9fafd"
code-block-border-left: "#e1e7f6"
fig-width: 6
fig-height: 4.25
fig-align: center
tbl-cap-location: bottom
fig-cap-location: bottom
keep-md: false
execute:
freeze: auto
keep-md: true
# turn these on during development
# message: false
# warning: false
echo: false
resources:
- CNAME
## Define book style and declare qmd files to process
book:
title: "Tidymodels Computing Supplement"
author:
- name: Max Kuhn
orcid: 0000-0003-2402-136X
email: [email protected]
date: last-modified
date-format: YYYY-MM-DD
site-url: https://tidymodels.aml4td.org
repo-url: https://github.com/aml4td/computing-tidymodels/
sharing: [twitter, facebook, linkedin]
sidebar:
style: "docked"
title: " "
reader-mode: true
bread-crumbs: false
chapters:
- index.qmd
- chapters/news.qmd
- chapters/contributing.qmd
- chapters/introduction.qmd
- chapters/whole-game.qmd
- part: "Preparation"
- chapters/initial-data-splitting.qmd
- chapters/missing-data.qmd
- chapters/numeric-predictors.qmd
- chapters/categorical-predictors.qmd
- chapters/embeddings.qmd
- chapters/interactions-nonlinear.qmd
- part: "Optmization"
- chapters/overfitting.qmd
- chapters/resampling.qmd
- chapters/grid.qmd
- part: "Classification"
- part: "Regression"
- part: "Characterization"
- part: "Finalization"
bibliography: includes/references.bib
csl: includes/chicago-author-date-inline.csl