forked from CausalInferenceLab/CausalInferenceLab.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
31 lines (26 loc) · 923 Bytes
/
Copy path_quarto.yml
File metadata and controls
31 lines (26 loc) · 923 Bytes
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
project:
type: website
website:
title: "분석가를 위한 인과추론"
description: "현업 데이터 분석가가 인과추론을 공부하고 현업에 적용하면서 느낀 생각을 정리한 자료입니다."
search: true
navbar:
logo: images/causal_inference_team_logo.jpg
right:
- about.qmd
- icon: github
href: https://github.com/CausalInferenceLab/Causal-Inference-Study-for-Analyst
open-graph:
title: "분석가를 위한 인과추론"
description: "현업 데이터 분석가가 인과추론을 공부하고 현업에 적용하면서 느낀 생각을 정리한 자료입니다."
image: images/pseudo_lab_eng.png
format:
html:
theme:
light: [cosmo, theme.scss, anari-custom.scss]
dark: [cosmo, theme-dark.scss, anari-custom.scss]
css: styles.css
execute:
warning: false
freeze: auto
editor: visual