Automated tool to look for heterogeneity in causally estimated treatment effects (e.g., from an experiment) by identifying subgroups
Перейти к файлу
Brian Quistorff 8cdc0764e7
update sims
2022-08-23 15:11:42 -04:00
R Merge branch 'main' of https://github.com/microsoft/CausalGrid into main 2021-06-23 11:35:39 -07:00
archive v0.2 2020-12-14 14:54:36 -05:00
docs update doc 2021-01-29 21:17:58 -05:00
inst EOD 2020-12-29 09:10:58 -05:00
man EOD 2021-01-29 21:14:13 -05:00
project update sims 2022-08-23 15:11:42 -04:00
renv Note when on MRAN about renv warning 2021-02-17 15:01:55 -08:00
src EOD 2020-12-28 10:53:26 -05:00
tables Create view tables.lyx 2021-06-23 11:43:50 -07:00
tests update 2021-06-23 11:42:22 -07:00
vignettes EOD 2021-01-29 21:14:13 -05:00
writeups v0.2 2020-12-14 14:54:36 -05:00
.Rbuildignore EOD 2021-01-29 21:14:13 -05:00
.Rprofile v0.2 2020-12-14 14:54:36 -05:00
.gitignore update sims 2022-08-23 15:11:42 -04:00
.lintr v0.2 2020-12-14 14:54:36 -05:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-12-07 08:05:20 -08:00
CausalGrid.Rproj doc update 2021-01-24 14:43:45 -05:00
DESCRIPTION EOD 2021-01-29 21:14:13 -05:00
LICENSE Initial LICENSE commit 2020-12-07 08:05:22 -08:00
NAMESPACE EOD 2021-01-29 21:14:13 -05:00
README.md EOD 2021-01-29 21:14:13 -05:00
SECURITY.md Initial SECURITY.md commit 2020-12-07 08:05:23 -08:00
SUPPORT.md Note when on MRAN about renv warning 2021-02-17 15:01:55 -08:00
_pkgdown.yml HTML docs 2021-01-26 13:10:48 -05:00
renv.lock update sims 2022-08-23 15:11:42 -04:00

README.md

Project

Tools for finding heterogeneous treatment effects (and means) based on partitioning the covariate/feature space via full cross-cuts and solved via greedy search. A typical usage would be analyzing an experiment to find the high-level subgroups (a coarse partition that is useful to humans) that differ in their estimated treatment effects.

This package is inspired by, and uses ideas from, Causal Tree but aims to have the partition be more interpretable and have better accuracy. It is slower, though for high-level partitions this is usually not an issue.

This project is currently in an advanced prototype stage. Issues may still be found in common usage. Please create issues for these!

Documentation can be found online here (and in the package).

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.