Skip to content

Commit

Permalink
Unpinned econml in CATE notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
vsyrgkanis committed Jun 30, 2024
1 parent ab247a2 commit 8870570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions T/CATE-estimation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,7 @@
"id": "g5Ju84HQ3DBe"
},
"source": [
"If the `econml` and `wget` python packages are not installed on your machine install them by running the cells below."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "4sYzWmfm3DBf"
},
"outputs": [],
"source": [
"!pip install econml==0.14.1"
"If the `wget` package is not installed on your machine install them by running the cells below."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion T/CATE-inference.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"outputs": [],
"source": [
"!pip install econml==0.14.1"
"!pip install econml"
]
},
{
Expand Down

0 comments on commit 8870570

Please sign in to comment.