-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
108 lines (94 loc) · 2.87 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
project:
type: book
output-dir: docs
book:
favicon: data100_logo.png
title: "Principles and Techniques of Data Science"
subtitle: "Data 100"
image: data100_logo.png
author: ["Bella Crouch", "Yash Dave", "Kanu Grover", "Ishani Gupta", "Minh Phan", "Milad Shafaie", "Matthew Shen", "Lillian Weng"]
repo-url: https://github.com/DS-100/course-notes
# downloads: [pdf]
search:
location: sidebar
type: textbox
chapters:
- index.md
- intro_lec/introduction.qmd
- pandas_1/pandas_1.qmd
- pandas_2/pandas_2.qmd
- pandas_3/pandas_3.qmd
- eda/eda.qmd
- regex/regex.qmd
- visualization_1/visualization_1.qmd
- visualization_2/visualization_2.qmd
- sampling/sampling.qmd
- intro_to_modeling/intro_to_modeling.qmd
- constant_model_loss_transformations/loss_transformations.qmd
- ols/ols.qmd
- gradient_descent/gradient_descent.qmd
- feature_engineering/feature_engineering.qmd
- case_study_HCE/case_study_HCE.qmd
- cv_regularization/cv_reg.qmd
- probability_1/probability_1.qmd
- probability_2/probability_2.qmd
- inference_causality/inference_causality.qmd
# - case_study_climate/case_study_climate.qmd
- sql_I/sql_I.qmd
- sql_II/sql_II.qmd
- logistic_regression_1/logistic_reg_1.qmd
- logistic_regression_2/logistic_reg_2.qmd
- pca_1/pca_1.qmd
- pca_2/pca_2.qmd
- clustering/clustering.qmd
sidebar:
logo: "data100_logo.png"
format:
html:
theme: cosmo
toc: true
toc-depth: 5
callout-icon: false
pdf: default
# project:
# type: website
# output-dir: docs
# website:
# # title: "Data 100"
# sidebar:
# title: "Principles and Techniques of Data Science"
# logo: "data100_logo.png"
# style: "floating"
# search: true
# alignment: "center"
# contents:
# - pandas_1/pandas_1.qmd
# - pandas_2/pandas_2.qmd
# - eda/eda.qmd
# - regex/regex.qmd
# - visualization_1/visualization_1.qmd
# - visualization_2/visualization_2.qmd
# - intro_to_modeling/intro_to_modeling.qmd
# - constant_model_loss_transformations/loss_transformations.qmd
# - ols/ols.qmd
# - gradient_descent/gradient_descent.qmd
# - feature_engineering/feature_engineering.qmd
# - cv_regularization/cv_reg.qmd
# - probability_1/probability_1.qmd
# - logistic_regression_1/logistic_reg_1.qmd
# - logistic_regression_2/logistic_reg_2.qmd
# navbar:
# search: false
# right:
# - icon: github
# href: https://github.com/
# aria-label: GitHub
# - icon: arrows-fullscreen
# format:
# html:
# theme:
# - cosmo
# toc: true
# toc-depth: 5
# callout-icon: false
# css: styles.css