EconML icon indicating copy to clipboard operation
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...

Results 282 EconML issues
Sort by recently updated
recently updated
newest added

I would like to start off by saying good job on coming up with the Econml package. It has definitely been a useful tool to my data science toolkit. I...

Just wanted to clarify something - for the IV models (such as OrthoIV or ForestDRIV), is the ate() method computing the local average treatment effect for compliers (using the ITT...

I have 10 treatment levels 0,1,2,...,9. I wanted the confidence interval for treatment effects given a X value using the effect_interval function. I ran the code effect_interval(X=X[:1],T0=1,T1=2). The above function...

With identical data, when I use DML with WeightedMultiTaskLassoCV as the final model, the output is fine (not necessarily accurate, I just mean they are numbers) whereas when I use...

@kbattocchi Hi Keith, I wanted to understand how the DRPolicyForest would behave if I had 2 treatments in which one treatment is randomized data collected during December and the other...

do you have files with real data and code this data ? i see you use synthetic data https://github.com/py-why/EconML/blob/main/notebooks/Double%20Machine%20Learning%20Examples.ipynb

@kbattocchi Hi Keith! I was curious to learn if the DynamicDML class is able to use Treatment Classes (like the DRPolicyForest) instead of discrete/continous variables? I am looking to understand...

This bug was present in some SHAP plots (such as in the bar plots): `shap.plots.bar(shap_values_game)` ``` --------------------------------------------------------------------------- UnboundLocalError Traceback (most recent call last) Cell In[47], line 1 ----> 1 shap.plots.bar(shap_values_game)...

```python from econml.dr import LinearDRLearner ``` will print the long warning log given below. I am using Python 3.10.10, econml 0.14.1. Econml requires `shap >=0.38.1,

when i train CausalForestDML, then fit data. but how save model?