Skip to content

Commit 2bd80c5

Browse files
Funbucketclaude
andcommitted
chore(fdc): 노트북 포맷 정리 및 참고 자료 링크 업데이트
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
1 parent aa669bf commit 2bd80c5

2 files changed

Lines changed: 15 additions & 7 deletions

File tree

book/fdc/frontdoor_criterion_en.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
{
1212
"cell_type": "markdown",
1313
"id": "c61hrd6z6ls",
14+
"metadata": {},
1415
"source": [
1516
"**🌐 Language:** **English** | [한국어 →](/frontdoor-criterion-ko)\n",
1617
"\n",
1718
"<small><em>Written by Haechang Cho · <a href=\"https://github.com/Funbucket\">GitHub</a> · <a href=\"https://www.linkedin.com/in/hae-chang-cho/\">LinkedIn</a></em></small>"
18-
],
19-
"metadata": {}
19+
]
2020
},
2121
{
2222
"cell_type": "markdown",
@@ -1706,7 +1706,7 @@
17061706
"This notebook draws primarily on Matheus Facure's *Causal Inference for the Brave and True* and Bellemare & Bloem (2024).\n",
17071707
"\n",
17081708
"- **Bellemare, M. F., & Bloem, J. R. (2024)**. The Paper of How: Estimating Treatment Effects Using the Front-Door Criterion. *Oxford Bulletin of Economics and Statistics*. \n",
1709-
" [https://onlinelibrary.wiley.com/doi/full/10.1111/obes.12598](https://onlinelibrary.wiley.com/doi/full/10.1111/obes.12598)\n",
1709+
" [https://marcfbellemare.com/wordpress/wp-content/uploads/2024/01/BellemareBloemWexlerFDCJanuary2024ForthcomingOBES.pdf](https://marcfbellemare.com/wordpress/wp-content/uploads/2024/01/BellemareBloemWexlerFDCJanuary2024ForthcomingOBES.pdf)\n",
17101710
"\n",
17111711
"- **Facure, M. (2022)**. *Causal Inference for the Brave and True*. Online book. \n",
17121712
" [https://matheusfacure.github.io/python-causality-handbook/](https://matheusfacure.github.io/python-causality-handbook/)\n",
@@ -1737,4 +1737,4 @@
17371737
},
17381738
"nbformat": 4,
17391739
"nbformat_minor": 5
1740-
}
1740+
}

book/fdc/frontdoor_criterion_ko.ipynb

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,9 @@
11891189
"cell_type": "markdown",
11901190
"id": "019e6cad",
11911191
"metadata": {},
1192-
"source": "공유를 승인해도 실제 매칭은 약 32%에서만 발생하며, 나머지는 수요 부족 또는 내부 알고리즘으로 인해 단독 탑승으로 완료됩니다."
1192+
"source": [
1193+
"공유를 승인해도 실제 매칭은 약 32%에서만 발생하며, 나머지는 수요 부족 또는 내부 알고리즘으로 인해 단독 탑승으로 완료됩니다."
1194+
]
11931195
},
11941196
{
11951197
"cell_type": "markdown",
@@ -1704,14 +1706,20 @@
17041706
"이 노트북은 Matheus Facure의 *Causal Inference for the Brave and True*와 Bellemare & Bloem (2024)을 주요 참고 자료로 작성되었습니다.\n",
17051707
"\n",
17061708
"- **Bellemare, M. F., & Bloem, J. R. (2024)**. The Paper of How: Estimating Treatment Effects Using the Front-Door Criterion. *Oxford Bulletin of Economics and Statistics*. \n",
1707-
" [https://onlinelibrary.wiley.com/doi/full/10.1111/obes.12598](https://onlinelibrary.wiley.com/doi/full/10.1111/obes.12598)\n",
1709+
" [https://marcfbellemare.com/wordpress/wp-content/uploads/2024/01/BellemareBloemWexlerFDCJanuary2024ForthcomingOBES.pdf](https://marcfbellemare.com/wordpress/wp-content/uploads/2024/01/BellemareBloemWexlerFDCJanuary2024ForthcomingOBES.pdf)\n",
17081710
"\n",
17091711
"- **Facure, M. (2022)**. *Causal Inference for the Brave and True*. Online book. \n",
17101712
" [https://matheusfacure.github.io/python-causality-handbook/](https://matheusfacure.github.io/python-causality-handbook/)\n",
17111713
"\n",
17121714
"- **NYC TLC — 2023 High Volume For-Hire Vehicle Trip Records**. \n",
17131715
" [https://data.cityofnewyork.us/Transportation/2023-High-Volume-FHV-Trip-Data/u253-aew4/about_data](https://data.cityofnewyork.us/Transportation/2023-High-Volume-FHV-Trip-Data/u253-aew4/about_data)"
17141716
]
1717+
},
1718+
{
1719+
"cell_type": "markdown",
1720+
"id": "c0b260e1",
1721+
"metadata": {},
1722+
"source": []
17151723
}
17161724
],
17171725
"metadata": {
@@ -1735,4 +1743,4 @@
17351743
},
17361744
"nbformat": 4,
17371745
"nbformat_minor": 5
1738-
}
1746+
}

0 commit comments

Comments
 (0)