Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conditional effects in the CTF #131

Open
jmafoster1 opened this issue Jan 26, 2023 · 0 comments
Open

Conditional effects in the CTF #131

jmafoster1 opened this issue Jan 26, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jmafoster1
Copy link
Contributor

CATEs are currently fairly basic. We should change this to pass in a filter parameter to generate a stratum of the population which can then be passed to any of the basic effect metrics.
E.g. If we want to estimate the effect of X on Y for people older than 50, we could pass in lambda age: age > 50. This would then filter the dataframe and pass this stratum of data into the effect measure (e.g. ATE, risk ratio, etc.).

@jmafoster1 jmafoster1 added the enhancement New feature or request label Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant