Commit b0404c0
authored
Enable sample trimming in DRLearner (#1021)
This set of changes enables sample trimming in DRLearner (and subclasses), following Crump et al. (2009). The user can specify a fixed propensity threshold below which to drop observations, or can have the threshold automatically selected using the rule from the paper, which minimizes the expected variance of the estimates.1 parent bed5a75 commit b0404c0
File tree
4 files changed
+654
-10
lines changed- doc/spec
- econml
- dr
- policy
- tests
4 files changed
+654
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
0 commit comments