EconML
EconML copied to clipboard
ALICE (Automated Learning and Intelligence for Causation and Economics) is a Microsoft Research project aimed at applying Artificial Intelligence concepts to economic decision making. One of its goal...
Can you please provide some tips on tuning DROrthoForest? From its description it sounds like it would be especially useful on larger datasets due to a local component to the...
If the numpy arrays passed are of type `object` and not `float`, then an exception is thrown in `param, _, rank, _ = np.linalg.lstsq(WX, wy, rcond=None)`
Hi, About the algorithm Domain Adaptation Learner in meta-learner, is there a paper describing this algorithm in detail? Thank you very much
Hi! Can you explain what the difference between confounders and controls in Double ML? Shouldn't we consider all the features as X because confounders (W) influence on Y and therefore...
Hi team, is there any reason to adopt randomforest as model_final in ForestDRLearner? how about 'boosting-tree' based model_final, such as lightgbm? Regards, Yan
I tried to run this on my local and Google Colab, both provided the same error. I am simply trying to run an example in your documentation: ``` # Main...
I am not sure why it is reasonable to use E[T|X, W, Z] as the Z in DRIV/OrthoIV. Is there any paper I can refer to? Also, In my simulation,...
Hi, based on the attached graph, I would like to estimate the CATE for the variable 'komplex' (discret) on 'dlz_implementierung' (continuous) based on the treatment 'spm' (binary). From the data...