File tree Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments