Estimates the Individual Treatment Effect using X-Learner given a response vector, a treatment vector, a features matrix and an estimation model for the outcome.
estimate_ite_xlearner(y, z, X, learner_y = "SL.xgboost")A list of ITE estimates.
An observed response vector.
A treatment vector.
A features matrix.
A estimation model for the outcome.