Abstract
DoubleML is an open-source Python library implementing the double machinelearning framework of Chernozhukov et al. (2018) for a variety of causalmodels. It contains functionalities for valid statistical inference on causalparameters when the estimation of nuisance parameters is based on machinelearning methods. The object-oriented implementation of DoubleML provides ahigh flexibility in terms of model specifications and makes it easilyextendable. The package is distributed under the MIT license and relies on corelibraries from the scientific Python ecosystem: scikit-learn, numpy, pandas,scipy, statsmodels and joblib. Source code, documentation and an extensive userguide can be found at https://github.com/DoubleML/doubleml-for-py andhttps://docs.doubleml.org.