Skip to content

Commit

Permalink
propensity scores env
Browse files Browse the repository at this point in the history
  • Loading branch information
stanton119 committed Oct 31, 2023
1 parent 9a393ee commit 8ef689a
Show file tree
Hide file tree
Showing 2 changed files with 1,470 additions and 0 deletions.
25 changes: 25 additions & 0 deletions causal_inference/econml_env.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: econml_env
channels:
- conda-forge
dependencies:
- python=3.10
- pip

# Computation
- numpy
- pandas
- 'polars[all]'
- scikit-learn
- statsmodels
- econml
- tqdm

# Plotting
- matplotlib
- seaborn

# Debugging
- jupyter
- black

# - pip:
Loading

0 comments on commit 8ef689a

Please sign in to comment.