Hey everyone. For those of you who use Python and are interested in causal inference, you may be interested in my new Python library, mlsynth. mlsynth implements 15 individual estimators, only two of which are avaliable in Stata at present (Forward DID, also written by me!!!, and generic synthetic control methods).
lots of the methods in mlsynth use machine learning methods to augment traditional causal inference estimators such as k means, matrix factorization, and penalized regression, and are suited for the high dimensional setup where we have very many controls units relative to our number of pre-treatment periods. At some point, I may write this as a Python-integrated Stata command and send it to SJ for publication, but the simplicity of use is such that this may not be necessary... anyways, I linked to the documentation which itself links to the Github repo, where you may install it from, should you like.
lots of the methods in mlsynth use machine learning methods to augment traditional causal inference estimators such as k means, matrix factorization, and penalized regression, and are suited for the high dimensional setup where we have very many controls units relative to our number of pre-treatment periods. At some point, I may write this as a Python-integrated Stata command and send it to SJ for publication, but the simplicity of use is such that this may not be necessary... anyways, I linked to the documentation which itself links to the Github repo, where you may install it from, should you like.
Comment