Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CausalInference.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,13 @@ treatment effect (HTE) estimation.
estimation of individualized treatment rules from observational and
randomized data with options for variable-selection and gradient boosting
based estimation, and for outcome model augmentation (for continuous,
binary, count, and time-to-event outcomes).
binary, count, and time-to-event outcomes).
`r pkg("polle")` provides a unified framework for
learning and evaluating finite stage policies based on observational data
with methods such as doubly robust restricted Q-learning, policy tree
learning, and outcome weighted learning. Flexible machine learning methods
can be used to estimate the nuisance components and valid inference for the
policy value is ensured via cross-fitting.
- Estimation of DTR with *variable selection* is proposed by
`r pkg("ITRLearn")` implements maximin-projection learning
for recommending a meaningful and reliable individualized treatment
Expand Down