Skip to content

Commit 4a91caa

Browse files
authored
Merge pull request #232 from joonro/patch-1
Thank you!
2 parents 5e0d6db + ee4b12e commit 4a91caa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Machine_Learning/causal_forest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For more information, see [Explicitly Optimizing on Causal Effects via the Causa
2525

2626
## Python
2727

28-
The [**econml**](https://econml.azurewebsites.net/spec/spec.html) package from Microsoft provides a range of causal machine learning functions, including deep instrumental variables, doubly robust learning, double machine learning, and [causal forests](https://econml.azurewebsites.net/spec/estimation/forest.html#causalforest-aka-forest-double-machine-learning). As in the R example below, we will download some crime data and look at the effect of one variable ('pctymle', the % of young males, assumed to be exogenous) on another ('crmrte', the crime rate).
28+
The [**econml**](https://econml.azurewebsites.net/spec/spec.html) package from Microsoft provides a range of causal machine learning functions, including deep instrumental variables, doubly robust learning, double machine learning, and [causal forests](https://econml.azurewebsites.net/spec/estimation/forest.html#causalforest-aka-forest-double-machine-learning). As in the example below, we will download some crime data and look at the effect of one variable ('pctymle', the % of young males, assumed to be exogenous) on another ('crmrte', the crime rate).
2929

3030
```python
3131
# Use "pip install econml" on the command line to install the package

0 commit comments

Comments
 (0)