SlideShare une entreprise Scribd logo
1  sur  46
Télécharger pour lire hors ligne
Samii et al. (2016)
Retrospective Causal Inference with Machine
Learning Ensembles: An Application to
Anti-recidivism Policies in Colombia
2018/03/09
0
(Retrospective Intervention Effects; RIE)
• (outcome)
•
• (PSM)
•
(MSE)
2
•
• ( )
˙ ˙ ˙
3
˙ ?
• ATE (+ATT/ATC)
• ATE E[Y(Treated)]−E[Y(Controlled)]
• RIE E[Y(a)]−E[Y]
• RIE (a)
˙ ˙ ˙ ˙
⇒ ATE
• E[Y(a)] Matching
4
Y
Aj j
• 2×2×2
{A1,A2,A3}
W
U
• (A)
×
W //
**
%%

Y
A1
44
A2
99
...
??
U //
55
::
??
AJ
CC
5
Aji i j
• Aji = a a′
• τji(a,a′) =
Yi(a,A−j)−Yi(a′,A−j)
• j
( )
Q Aj
W //
**
%%

Y
A1
44
A2
99
...
??
U //
55
::
??
AJ
CC
5
: (W,A−j) OK
set.seed(19861008)
W - rnorm(1000, 0, 3)
W - rnorm(1000, 0, 3)
A1 - 1 + 2 * W + 3 * U + rnorm(1000, 0, 0.1)
A2 - 2 + 3 * W + 4 * U + rnorm(1000, 0, 0.1)
A3 - 3 + 4 * W + 5 * U + rnorm(1000, 0, 0.1)
Y - 5 + 1 * W + 2 * A1 + 3 * A2 + 4 * A3 + rnorm(1000, 0, 0.1)
6
A1 ( = 2) ...
 summary(lm(Y ~ A1))
Estimate Std. Error t value Pr(|t|)
(Intercept) 11.56375 0.37966 30.46 2e-16
A1 13.38875 0.03474 385.39 2e-16
...???
7
A2,3 ...
 summary(lm(Y ~ A1 + A2 + A3))
Estimate Std. Error t value Pr(|t|)
(Intercept) 3.02025 0.01212 249.219  2e-16
A1 -0.31520 0.04251 -7.414 2.62e-13
A2 2.71173 0.08256 32.844  2e-16
A3 5.62086 0.04165 134.946  2e-16
......???
8
W
 summary(lm(Y ~ A1 + W))
Estimate Std. Error t value Pr(|t|)
(Intercept) 12.359611 0.037851 326.5 2e-16
A1 12.664882 0.004146 3054.7 2e-16
W 4.682613 0.014818 316.0 2e-16
.........???
9
A2,3,W
 summary(lm(Y ~ A1 + A2 + A3 + W))
Estimate Std. Error t value Pr(|t|)
(Intercept) 5.00778 0.02246 223.00 2e-16
A1 2.00331 0.02937 68.22 2e-16
A2 3.02114 0.02755 109.66 2e-16
A3 3.98110 0.02286 174.17 2e-16
W 1.00791 0.01120 89.95 2e-16
!!
10
U
 summary(lm(Y ~ A1 + A2 + A3 + W + U))
Estimate Std. Error t value Pr(|t|)
(Intercept) 4.96969 0.12074 41.159  2e-16
A1 2.00807 0.03291 61.021  2e-16
A2 3.02668 0.03252 93.058  2e-16
A3 3.98850 0.03247 122.848  2e-16
W 0.95214 0.17403 5.471 5.66e-08
U -0.07346 0.22874 -0.321 0.748
...
( )
11
RIE (
)
Aj ⊥ (Yi(a,A−ji),Yi(a′
,A−ji))′
|(A−ji,W)
12
OLS Matching
1. (homogenous)
2.
3. DGP
•
Direct matching (Ho et al. 2007 )
• →
13
RIE
RIE
j (Aj) RIE
ψj = E[Y(aj,A−j)]
counterfactual
− E[Y]
observed
• Aj aj ( Aj )
14
1. A = a Y = Y(a)
• SUTVA
•
2. aj Y(aj,A−ji) ⊥ Aj|(W,A−j)
•
3. aj Pr[Aj = aj|W,A−j]  b (b )
• (overlap)
• overlap
15
RIE IPW
ψIPW
=
1
N
N
∑
i=1
I(aj)
ˆgj(aj|Wi,A−ji)
Yi −Y.
• I(aj): Aj = aj 1 Aj ̸= aj 0
• ˆgj(aj|Wi,A−ji): Pr[Aj = aj|Wi,A−ji] ⇐
⇒ Aj = aj
16
ˆgj(aj|Wi,A−ji)
•
• logistic KRLS BART
• v-fold Cross-validation
1.
2. (MSE)
⇒ Super Learner algorithm
17
Cross-validation
: (MSE)
ℓc
j =
1
N
N
∑
i=1
I(Aji = aj)− ˆg
c,v(i)
j (aj|Wi,A−ji)
2
• ˆgc,v(i): c index v v-fold CV
sub-sample (hold-out) index (v(i) i v)
⇒ Aj
19
Ensemble
(w)
(w1∗
j ,...,wC∗
j ) = arg min(w1∗
j ,...,wC∗
j )
1
N
N
∑
i=1
I(Aji = aj)−
C
∑
c=1
wc
j ˆg
c,v(i)
j (aj|Wi,A−ji)
2
,
C
∑
c=1
wc
j = 1, wc
j  0.
• MSE (ℓc
j ) w
20
Ensemble
w ⇒ Ensemble IPW
ˆgj(aj|Wi,A−ji) =
C
∑
c=1
wc∗
j ˆgc
j (aj|Wi,A−ji).
20
Y(0) = W1 +0.5(W1 −min(W1))2
+ε0,
Y(1) = W1 +0.75(W1 −min(W1))2
+0.75(W1 −min(W1))3
+ε1,
Pr[A = 1|W1] = logit−1
(−0.5+0.75W1 −0.5[W1 −mean(W1)]2
),
W,ε ∼ Normal(0,1). (1)
DGP
•
•
• A (0 → 1) Y(1) Y(0)+X
21
3 2 1 0 1 2
0.00.10.20.30.4
W1
Propensityscore
Propensity score over W1
21
3 2 1 0 1 2
050100150
W1
Y(1)(filled)andY(0)(hollow)
Potential outcomes over W1
21
3 2 1 0 1 2
050100150
W1
Treated(filled)andcontrol(hollow)outcomes
Observed data
(after treatment assignment)
21
(Nc = 5)
1. Logistic regression
2. t-regularized logistic regression
3. Kernal regularized least squares (KRLS)
4. Bayesian additive regression trees (BART)
5. v-support vector machine (SVM)
1. OLS
2. Naïve IPW: logistic regression
3. Matching: Mahalanobis
Normal(0,1) noise 0 ∼ 10
22
Number of noise covariates
Bias
0 5 10
0.050.050.100.150.20
OLS
Matching
Naive IPW
Ensemble IPW
• Matching Ensemble IPW
• Ensemble IPW Noise ( )
23
Number of noise covariates
S.E.
0 5 10
0.91.01.1
OLS
Matching
Naive IPW
Ensemble IPW
•
23
Number of noise covariates
RMSE
0 5 10
0.000.050.100.150.200.25
OLS
Matching
Naive IPW
Ensemble IPW
• Ensemble IPW
• Noise RMSE ×
23
1 ( )
• 0 ∼ 3
• 114
24
1 ( )
• {0,1}
• Employment:
• Security:
• Confidence:
• Depression:
• Excom.peers:
• Ties to commander:
24
1. WLS:
2. Naïve IPW: Logistic
3. Matching:
4. Ensemble IPW ←
25
•
• BART ...
26
( )
/11C2:5385,12945,556C51D19125183129453558491
27
( )
/11C2:5385,12945,556C51D19125183129453558491
28
Ensemble
29
RIE
C2:5385,12945,556C51D19125183129453558491
30
•
•
• HPC 20
•
31
Review: Cyrus, Samii, Laura Paler, and Sarah Zukerman Daly. 2016. “Retrospective Causal Inference with Machine Learning Ensembles: An Application to Anti-recidivism Policies in Colombia.” Political Analysis. 22 (4) pp. 434-456

Contenu connexe

Tendances

Sriram1000991882-Report-FractureMechanics
Sriram1000991882-Report-FractureMechanicsSriram1000991882-Report-FractureMechanics
Sriram1000991882-Report-FractureMechanics
Sriram Sambasivam
 
Determine bending moment and share force diagram of beam
Determine bending moment and share force diagram of beamDetermine bending moment and share force diagram of beam
Determine bending moment and share force diagram of beam
Turja Deb
 
01 deflectionof beams
01 deflectionof beams01 deflectionof beams
01 deflectionof beams
tareqsamar
 

Tendances (17)

Capítulo 03 materiais
Capítulo 03   materiaisCapítulo 03   materiais
Capítulo 03 materiais
 
Sriram1000991882-Report-FractureMechanics
Sriram1000991882-Report-FractureMechanicsSriram1000991882-Report-FractureMechanics
Sriram1000991882-Report-FractureMechanics
 
15
1515
15
 
Eligheor
EligheorEligheor
Eligheor
 
Budynas sm ch01
Budynas sm ch01Budynas sm ch01
Budynas sm ch01
 
FINITE ELEMENT METHOD (FEM) coding using C PROGRAMMING
FINITE ELEMENT METHOD (FEM) coding using  C PROGRAMMING FINITE ELEMENT METHOD (FEM) coding using  C PROGRAMMING
FINITE ELEMENT METHOD (FEM) coding using C PROGRAMMING
 
Mecánica estática
Mecánica estática Mecánica estática
Mecánica estática
 
Laporan pemodelan dan simulasi
Laporan pemodelan dan simulasiLaporan pemodelan dan simulasi
Laporan pemodelan dan simulasi
 
Poster of surveying tasks
Poster of surveying tasksPoster of surveying tasks
Poster of surveying tasks
 
Capítulo 04 carga e análise de tensão
Capítulo 04   carga e análise de tensãoCapítulo 04   carga e análise de tensão
Capítulo 04 carga e análise de tensão
 
07.18.2013 - Michael Clemens
07.18.2013 - Michael Clemens07.18.2013 - Michael Clemens
07.18.2013 - Michael Clemens
 
Ejerciciooo3
Ejerciciooo3Ejerciciooo3
Ejerciciooo3
 
solucionario del capitulo 12
solucionario del capitulo 12 solucionario del capitulo 12
solucionario del capitulo 12
 
Determine bending moment and share force diagram of beam
Determine bending moment and share force diagram of beamDetermine bending moment and share force diagram of beam
Determine bending moment and share force diagram of beam
 
01 deflectionof beams
01 deflectionof beams01 deflectionof beams
01 deflectionof beams
 
Graficas de movimiento
Graficas de movimientoGraficas de movimiento
Graficas de movimiento
 
Engineering economy sample test #2 solution
Engineering economy sample test #2 solutionEngineering economy sample test #2 solution
Engineering economy sample test #2 solution
 

Similaire à Review: Cyrus, Samii, Laura Paler, and Sarah Zukerman Daly. 2016. “Retrospective Causal Inference with Machine Learning Ensembles: An Application to Anti-recidivism Policies in Colombia.” Political Analysis. 22 (4) pp. 434-456

Chapter 14 solutions_to_exercises(engineering circuit analysis 7th)
Chapter 14 solutions_to_exercises(engineering circuit analysis 7th)Chapter 14 solutions_to_exercises(engineering circuit analysis 7th)
Chapter 14 solutions_to_exercises(engineering circuit analysis 7th)
Maamoun Hennache
 
Chapter 13 solutions_to_exercises (engineering circuit analysis 7th)
Chapter 13 solutions_to_exercises (engineering circuit analysis 7th)Chapter 13 solutions_to_exercises (engineering circuit analysis 7th)
Chapter 13 solutions_to_exercises (engineering circuit analysis 7th)
Maamoun Hennache
 
Solutions completo elementos de maquinas de shigley 8th edition
Solutions completo elementos de maquinas de shigley 8th editionSolutions completo elementos de maquinas de shigley 8th edition
Solutions completo elementos de maquinas de shigley 8th edition
fercrotti
 

Similaire à Review: Cyrus, Samii, Laura Paler, and Sarah Zukerman Daly. 2016. “Retrospective Causal Inference with Machine Learning Ensembles: An Application to Anti-recidivism Policies in Colombia.” Political Analysis. 22 (4) pp. 434-456 (20)

Electronusa Mechanical System
Electronusa Mechanical SystemElectronusa Mechanical System
Electronusa Mechanical System
 
Electronusa Mechanica System
Electronusa Mechanica SystemElectronusa Mechanica System
Electronusa Mechanica System
 
Ch02
Ch02Ch02
Ch02
 
Electronusa Mechanical System
Electronusa Mechanical SystemElectronusa Mechanical System
Electronusa Mechanical System
 
Electronusa Mechanical System
Electronusa Mechanical SystemElectronusa Mechanical System
Electronusa Mechanical System
 
Electronusa Mechanical System
Electronusa Mechanical SystemElectronusa Mechanical System
Electronusa Mechanical System
 
Electronusa Mechanical System
Electronusa Mechanical SystemElectronusa Mechanical System
Electronusa Mechanical System
 
Ee2365 nol part 2
Ee2365 nol part 2Ee2365 nol part 2
Ee2365 nol part 2
 
Chapter 14 solutions_to_exercises(engineering circuit analysis 7th)
Chapter 14 solutions_to_exercises(engineering circuit analysis 7th)Chapter 14 solutions_to_exercises(engineering circuit analysis 7th)
Chapter 14 solutions_to_exercises(engineering circuit analysis 7th)
 
Chapter 13 solutions_to_exercises (engineering circuit analysis 7th)
Chapter 13 solutions_to_exercises (engineering circuit analysis 7th)Chapter 13 solutions_to_exercises (engineering circuit analysis 7th)
Chapter 13 solutions_to_exercises (engineering circuit analysis 7th)
 
Chi2017 yamanaka novideo
Chi2017 yamanaka novideoChi2017 yamanaka novideo
Chi2017 yamanaka novideo
 
William hyatt-7th-edition-drill-problems-solution
William hyatt-7th-edition-drill-problems-solutionWilliam hyatt-7th-edition-drill-problems-solution
William hyatt-7th-edition-drill-problems-solution
 
130 problemas dispositivos electronicos lopez meza brayan
130 problemas dispositivos electronicos lopez meza brayan130 problemas dispositivos electronicos lopez meza brayan
130 problemas dispositivos electronicos lopez meza brayan
 
Solutions completo elementos de maquinas de shigley 8th edition
Solutions completo elementos de maquinas de shigley 8th editionSolutions completo elementos de maquinas de shigley 8th edition
Solutions completo elementos de maquinas de shigley 8th edition
 
BENDING STRESS IN A BEAMS
BENDING STRESS IN A BEAMSBENDING STRESS IN A BEAMS
BENDING STRESS IN A BEAMS
 
Inf-Sup Stable Displacement-Pressure Combinations for Isogeometric Analysis o...
Inf-Sup Stable Displacement-Pressure Combinations for Isogeometric Analysis o...Inf-Sup Stable Displacement-Pressure Combinations for Isogeometric Analysis o...
Inf-Sup Stable Displacement-Pressure Combinations for Isogeometric Analysis o...
 
Linear programming
Linear programmingLinear programming
Linear programming
 
Capítulo 02 considerações estatísticas
Capítulo 02   considerações estatísticasCapítulo 02   considerações estatísticas
Capítulo 02 considerações estatísticas
 
Minor 1 11th paper.pdf
Minor 1 11th paper.pdfMinor 1 11th paper.pdf
Minor 1 11th paper.pdf
 
射頻電子 - [實驗第一章] 基頻放大器設計
射頻電子 - [實驗第一章] 基頻放大器設計射頻電子 - [實驗第一章] 基頻放大器設計
射頻電子 - [實驗第一章] 基頻放大器設計
 

Plus de Jaehyun Song

Plus de Jaehyun Song (10)

観察データを用いた因果推論に共変量選択
観察データを用いた因果推論に共変量選択観察データを用いた因果推論に共変量選択
観察データを用いた因果推論に共変量選択
 
争点空間の歪みと有権者の選択: 伸縮近接性モデルによる争点投票理論の統合
争点空間の歪みと有権者の選択: 伸縮近接性モデルによる争点投票理論の統合争点空間の歪みと有権者の選択: 伸縮近接性モデルによる争点投票理論の統合
争点空間の歪みと有権者の選択: 伸縮近接性モデルによる争点投票理論の統合
 
回帰不連続デザイン(Regression Discontinuity Design, RDD)
回帰不連続デザイン(Regression Discontinuity Design, RDD)回帰不連続デザイン(Regression Discontinuity Design, RDD)
回帰不連続デザイン(Regression Discontinuity Design, RDD)
 
差分の差分法(Difference-in-Difference)
差分の差分法(Difference-in-Difference)差分の差分法(Difference-in-Difference)
差分の差分法(Difference-in-Difference)
 
Differences-in-Differences
Differences-in-DifferencesDifferences-in-Differences
Differences-in-Differences
 
Teaching How Electoral Systems Change Political Outcomes Using a Role-Playing...
Teaching How Electoral Systems Change Political Outcomes Using a Role-Playing...Teaching How Electoral Systems Change Political Outcomes Using a Role-Playing...
Teaching How Electoral Systems Change Political Outcomes Using a Role-Playing...
 
コンジョイント分析の方法論的検討
コンジョイント分析の方法論的検討コンジョイント分析の方法論的検討
コンジョイント分析の方法論的検討
 
誰が選挙公報を見るのか - 無党派性と政治的有効性感覚に着目した日韓比較 (修正版)
誰が選挙公報を見るのか - 無党派性と政治的有効性感覚に着目した日韓比較 (修正版)誰が選挙公報を見るのか - 無党派性と政治的有効性感覚に着目した日韓比較 (修正版)
誰が選挙公報を見るのか - 無党派性と政治的有効性感覚に着目した日韓比較 (修正版)
 
誰が選挙公報を見るのか―無党派性と政治的有効性感覚に着目した比較研究―
誰が選挙公報を見るのか―無党派性と政治的有効性感覚に着目した比較研究―誰が選挙公報を見るのか―無党派性と政治的有効性感覚に着目した比較研究―
誰が選挙公報を見るのか―無党派性と政治的有効性感覚に着目した比較研究―
 
韓国の地域主義は乗り越えられるかー選挙公約の役割の実証分析ー
韓国の地域主義は乗り越えられるかー選挙公約の役割の実証分析ー韓国の地域主義は乗り越えられるかー選挙公約の役割の実証分析ー
韓国の地域主義は乗り越えられるかー選挙公約の役割の実証分析ー
 

Dernier

If this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaIf this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New Nigeria
Kayode Fayemi
 
Uncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoUncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac Folorunso
Kayode Fayemi
 
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
Sheetaleventcompany
 

Dernier (20)

Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510
 
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
 
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfAWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
 
SaaStr Workshop Wednesday w/ Lucas Price, Yardstick
SaaStr Workshop Wednesday w/ Lucas Price, YardstickSaaStr Workshop Wednesday w/ Lucas Price, Yardstick
SaaStr Workshop Wednesday w/ Lucas Price, Yardstick
 
Dreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video TreatmentDreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video Treatment
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar Training
 
Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...
Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...
Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...
 
If this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaIf this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New Nigeria
 
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verified
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verifiedSector 62, Noida Call girls :8448380779 Noida Escorts | 100% verified
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verified
 
ICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdfICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdf
 
Dreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIIDreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio III
 
Causes of poverty in France presentation.pptx
Causes of poverty in France presentation.pptxCauses of poverty in France presentation.pptx
Causes of poverty in France presentation.pptx
 
Air breathing and respiratory adaptations in diver animals
Air breathing and respiratory adaptations in diver animalsAir breathing and respiratory adaptations in diver animals
Air breathing and respiratory adaptations in diver animals
 
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdfThe workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
 
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
 
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
 
Presentation on Engagement in Book Clubs
Presentation on Engagement in Book ClubsPresentation on Engagement in Book Clubs
Presentation on Engagement in Book Clubs
 
My Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle BaileyMy Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle Bailey
 
Uncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoUncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac Folorunso
 
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
 

Review: Cyrus, Samii, Laura Paler, and Sarah Zukerman Daly. 2016. “Retrospective Causal Inference with Machine Learning Ensembles: An Application to Anti-recidivism Policies in Colombia.” Political Analysis. 22 (4) pp. 434-456

  • 1. Samii et al. (2016) Retrospective Causal Inference with Machine Learning Ensembles: An Application to Anti-recidivism Policies in Colombia 2018/03/09 0
  • 2. (Retrospective Intervention Effects; RIE) • (outcome) • • (PSM) • (MSE) 2
  • 3.
  • 4. • • ( ) ˙ ˙ ˙ 3
  • 5. ˙ ? • ATE (+ATT/ATC) • ATE E[Y(Treated)]−E[Y(Controlled)] • RIE E[Y(a)]−E[Y] • RIE (a) ˙ ˙ ˙ ˙ ⇒ ATE • E[Y(a)] Matching 4
  • 6.
  • 7. Y Aj j • 2×2×2 {A1,A2,A3} W U • (A) × W // ** %% Y A1 44 A2 99 ... ?? U // 55 :: ?? AJ CC 5
  • 8. Aji i j • Aji = a a′ • τji(a,a′) = Yi(a,A−j)−Yi(a′,A−j) • j ( ) Q Aj W // ** %% Y A1 44 A2 99 ... ?? U // 55 :: ?? AJ CC 5
  • 9. : (W,A−j) OK set.seed(19861008) W - rnorm(1000, 0, 3) W - rnorm(1000, 0, 3) A1 - 1 + 2 * W + 3 * U + rnorm(1000, 0, 0.1) A2 - 2 + 3 * W + 4 * U + rnorm(1000, 0, 0.1) A3 - 3 + 4 * W + 5 * U + rnorm(1000, 0, 0.1) Y - 5 + 1 * W + 2 * A1 + 3 * A2 + 4 * A3 + rnorm(1000, 0, 0.1) 6
  • 10. A1 ( = 2) ... summary(lm(Y ~ A1)) Estimate Std. Error t value Pr(|t|) (Intercept) 11.56375 0.37966 30.46 2e-16 A1 13.38875 0.03474 385.39 2e-16 ...??? 7
  • 11. A2,3 ... summary(lm(Y ~ A1 + A2 + A3)) Estimate Std. Error t value Pr(|t|) (Intercept) 3.02025 0.01212 249.219 2e-16 A1 -0.31520 0.04251 -7.414 2.62e-13 A2 2.71173 0.08256 32.844 2e-16 A3 5.62086 0.04165 134.946 2e-16 ......??? 8
  • 12. W summary(lm(Y ~ A1 + W)) Estimate Std. Error t value Pr(|t|) (Intercept) 12.359611 0.037851 326.5 2e-16 A1 12.664882 0.004146 3054.7 2e-16 W 4.682613 0.014818 316.0 2e-16 .........??? 9
  • 13. A2,3,W summary(lm(Y ~ A1 + A2 + A3 + W)) Estimate Std. Error t value Pr(|t|) (Intercept) 5.00778 0.02246 223.00 2e-16 A1 2.00331 0.02937 68.22 2e-16 A2 3.02114 0.02755 109.66 2e-16 A3 3.98110 0.02286 174.17 2e-16 W 1.00791 0.01120 89.95 2e-16 !! 10
  • 14. U summary(lm(Y ~ A1 + A2 + A3 + W + U)) Estimate Std. Error t value Pr(|t|) (Intercept) 4.96969 0.12074 41.159 2e-16 A1 2.00807 0.03291 61.021 2e-16 A2 3.02668 0.03252 93.058 2e-16 A3 3.98850 0.03247 122.848 2e-16 W 0.95214 0.17403 5.471 5.66e-08 U -0.07346 0.22874 -0.321 0.748 ... ( ) 11
  • 15. RIE ( ) Aj ⊥ (Yi(a,A−ji),Yi(a′ ,A−ji))′ |(A−ji,W) 12
  • 16. OLS Matching 1. (homogenous) 2. 3. DGP • Direct matching (Ho et al. 2007 ) • → 13
  • 17. RIE
  • 18. RIE j (Aj) RIE ψj = E[Y(aj,A−j)] counterfactual − E[Y] observed • Aj aj ( Aj ) 14
  • 19. 1. A = a Y = Y(a) • SUTVA • 2. aj Y(aj,A−ji) ⊥ Aj|(W,A−j) • 3. aj Pr[Aj = aj|W,A−j] b (b ) • (overlap) • overlap 15
  • 20. RIE IPW ψIPW = 1 N N ∑ i=1 I(aj) ˆgj(aj|Wi,A−ji) Yi −Y. • I(aj): Aj = aj 1 Aj ̸= aj 0 • ˆgj(aj|Wi,A−ji): Pr[Aj = aj|Wi,A−ji] ⇐ ⇒ Aj = aj 16
  • 21.
  • 22. ˆgj(aj|Wi,A−ji) • • logistic KRLS BART • v-fold Cross-validation 1. 2. (MSE) ⇒ Super Learner algorithm 17
  • 23.
  • 24. Cross-validation : (MSE) ℓc j = 1 N N ∑ i=1 I(Aji = aj)− ˆg c,v(i) j (aj|Wi,A−ji) 2 • ˆgc,v(i): c index v v-fold CV sub-sample (hold-out) index (v(i) i v) ⇒ Aj 19
  • 25. Ensemble (w) (w1∗ j ,...,wC∗ j ) = arg min(w1∗ j ,...,wC∗ j ) 1 N N ∑ i=1 I(Aji = aj)− C ∑ c=1 wc j ˆg c,v(i) j (aj|Wi,A−ji) 2 , C ∑ c=1 wc j = 1, wc j 0. • MSE (ℓc j ) w 20
  • 26. Ensemble w ⇒ Ensemble IPW ˆgj(aj|Wi,A−ji) = C ∑ c=1 wc∗ j ˆgc j (aj|Wi,A−ji). 20
  • 27.
  • 28. Y(0) = W1 +0.5(W1 −min(W1))2 +ε0, Y(1) = W1 +0.75(W1 −min(W1))2 +0.75(W1 −min(W1))3 +ε1, Pr[A = 1|W1] = logit−1 (−0.5+0.75W1 −0.5[W1 −mean(W1)]2 ), W,ε ∼ Normal(0,1). (1) DGP • • • A (0 → 1) Y(1) Y(0)+X 21
  • 29. 3 2 1 0 1 2 0.00.10.20.30.4 W1 Propensityscore Propensity score over W1 21
  • 30. 3 2 1 0 1 2 050100150 W1 Y(1)(filled)andY(0)(hollow) Potential outcomes over W1 21
  • 31. 3 2 1 0 1 2 050100150 W1 Treated(filled)andcontrol(hollow)outcomes Observed data (after treatment assignment) 21
  • 32. (Nc = 5) 1. Logistic regression 2. t-regularized logistic regression 3. Kernal regularized least squares (KRLS) 4. Bayesian additive regression trees (BART) 5. v-support vector machine (SVM) 1. OLS 2. Naïve IPW: logistic regression 3. Matching: Mahalanobis Normal(0,1) noise 0 ∼ 10 22
  • 33. Number of noise covariates Bias 0 5 10 0.050.050.100.150.20 OLS Matching Naive IPW Ensemble IPW • Matching Ensemble IPW • Ensemble IPW Noise ( ) 23
  • 34. Number of noise covariates S.E. 0 5 10 0.91.01.1 OLS Matching Naive IPW Ensemble IPW • 23
  • 35. Number of noise covariates RMSE 0 5 10 0.000.050.100.150.200.25 OLS Matching Naive IPW Ensemble IPW • Ensemble IPW • Noise RMSE × 23
  • 36.
  • 37. 1 ( ) • 0 ∼ 3 • 114 24
  • 38. 1 ( ) • {0,1} • Employment: • Security: • Confidence: • Depression: • Excom.peers: • Ties to commander: 24
  • 39. 1. WLS: 2. Naïve IPW: Logistic 3. Matching: 4. Ensemble IPW ← 25