Skip to content

Commit 121837c

Browse files
조해창조해창
authored andcommitted
update scm
1 parent f6e67c4 commit 121837c

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

book/scm/graph_based_approach.ipynb

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,39 +1046,6 @@
10461046
"print(\"[ATE] DML 95% CI:\", estimate_dml.get_confidence_intervals())\n",
10471047
"\n"
10481048
]
1049-
},
1050-
{
1051-
"cell_type": "code",
1052-
"execution_count": 155,
1053-
"id": "80620f5d",
1054-
"metadata": {},
1055-
"outputs": [
1056-
{
1057-
"name": "stdout",
1058-
"output_type": "stream",
1059-
"text": [
1060-
"[ATE] DML: 3.5041273735125875\n"
1061-
]
1062-
}
1063-
],
1064-
"source": [
1065-
"estimate_dml = est_model.estimate_effect(\n",
1066-
" identified_estimand=estimand,\n",
1067-
" method_name=\"backdoor.econml.dml.DML\",\n",
1068-
" control_value=0,\n",
1069-
" treatment_value=1,\n",
1070-
" target_units=\"ate\",\n",
1071-
" method_params={\n",
1072-
" \"init_params\": {\n",
1073-
" \"model_y\": 'auto',\n",
1074-
" \"model_t\": 'auto',\n",
1075-
" \"model_final\": LinearRegression(fit_intercept=False)\n",
1076-
" },\n",
1077-
" \"fit_params\": {}\n",
1078-
" }\n",
1079-
")\n",
1080-
"print(\"[ATE] DML:\", estimate_dml.value)"
1081-
]
10821049
}
10831050
],
10841051
"metadata": {

0 commit comments

Comments
 (0)