Propensity score matching modules in Python

Does anyone know some packages written in Python one can use do propensity score matching?

I stumbled upon these two repositories, but they seem to be deprecated and/or do not offer matching without replacement which I need for my analysis:


There seem to be a lot of matching packages written in R but not in Python. Also, this is already an open issue in the statsmodels repository, so I guess the chances are quite low to find a working package, but maybe I have overseen one?

Did you found a solution for you?

I think about using R code in my Python script. :wink:

Nope, I also fell back to the MatchIT package. One possible solution to use this package within a python workflow would be to use rpy2.

@Codeberg-AsGithubAlt

There’s a package now :slight_smile: