Overview of Forest Based Estimators in EconML
mainEconML provides several forest-based estimation methods designed to model treatment effect heterogeneity using flexible, non-linear, and data-adaptive models. These methods are suitable for high-dimensional feature spaces and provide valid confidence intervals because their estimates are asymptotically normal.
Key Estimator Classes:
DMLOrthoForest: Orthogonal Random Forest Estimator.DROrthoForest: Orthogonal Random Forest Estimator.CausalForestDML: Forest Double Machine Learning Estimator (also known as Causal Forest).ForestDRLearner: Forest Doubly Robust Estimator.
Core Assumption: All these estimators require the unconfoundedness assumption: all potential variables that could simultaneously affect both the treatment and the outcome must be observed.