Estimation

A cross-fit Riesz representer \(\hat\alpha\) is the input to one-step, DML, and TMLE estimators of the estimand \(\psi\). Pair it with a cross-fit outcome regression \(\hat\mu\) and the influence function gives a \(\sqrt n\)-consistent, asymptotically normal estimator with a Wald CI.

Two routes are documented here:

Cross-fitting itself happens at the rieszreg boundary via sklearn.model_selection.cross_val_predict — see Tuning and cross-fitting. What’s downstream of that is what these two pages cover.