-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
76 lines (67 loc) · 1.42 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
73
74
75
76
project:
type: book
lang: "ja"
book:
title: "データ分析入門"
author:
name: "瓜生真也"
institute: "徳島大学デザイン型AI教育研究センター"
google-analytics: "G-1VZEWMXCVL"
date: "2023/7/22"
cover-image: cover.png
search: true
chapters:
- index.qmd
- intro.qmd
- part: "基礎"
chapters:
- data.qmd
- summary_statistics.qmd
- correlation.qmd
- visualization.qmd
- part: "発展"
chapters:
- regression.qmd
- classification.qmd
- summary.qmd
- references.qmd
appendices:
- exercise.qmd
- dataset.qmd
- r_intro.qmd
site-url: https://uribo.github.io/tokupon_ds/
repo-url: https://github.com/uribo/tokupon_ds
page-footer:
background: light
left: "Copyright 2022-2023, Shinya Uryu"
right:
- icon: github
href: https://github.com/uribo
- icon: twitter
href: https://twitter.com/u_ribo
filters:
- lightbox
lightbox: auto
crossref:
appendix-title: "付録"
appendix-delim: "."
callout-appearance: default
callout-icon: true
bibliography: references.bib
csl: tokuponds.csl
ascii: false
knitr:
opts_chunk:
dev: "ragg_png"
format:
html:
theme:
light: cosmo
dark: darkly
code-link: false
css: style.css
highlight-style: github
toc: true
code-fold: true
code-summary: "コードを表示"
df-print: kable