Standard workflow
Standard estimator from raw data
Use when the package should fit nuisance models, calibrate them, and report inference from raw data.
Python
CalibratedDML(...).fit(X, A, y)
R
calibrated_dml(data, outcome, treatment, covariates, ...)