jamiefogel / Networks

0 stars 0 forks source link

Misclassification analysis #8

Closed jamiefogel closed 1 year ago

jamiefogel commented 1 year ago

The files

../Results/misclassification_demo_coef.png
../Results/misclassification_demo_r2.png

are missing, which prevents compilation. They are in the appendix. The issue, I believe, is that classification_error_analysis.py is not running properly because I haven't created dgp_equi_china.p. Not sure where I should be creating dgp_equi_china.p but my best guess right now is shock_case_study.py because I run the dgp() function elsewhere in that code.

jamiefogel commented 1 year ago

Fixed by running the China shock DGP in shock_case_study.py. See commit #d92d968