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

Develop potential outcome graphical model with preprocessing as intervention #111

Open
scheurich-sarah opened this issue Mar 25, 2021 · 0 comments
Assignees

Comments

@scheurich-sarah
Copy link

scheurich-sarah commented Mar 25, 2021

Preprocessing as a binary treatment: you have two treatments and we can observe the counterfactual by applying both kinds of preprocessing to the data

treatment 0 (control): processed with word2vec

  • Y_0 or Y(0) potential outcome if processed with word2vec
    treatment 1: processed with doc2vec
  • Y_1 or Y(1) potential outcome if processed with doc2vec

Causal effect evaluates what would happen if you use doc2vec instead of word2vec
For any individual requirement, we can observe

  • Does it accurately trace the requirement regardless of which preproc you use, so No effect
  • Does it inaccurately trace the requirement regardless of which preproc you use, so No effect
  • Traces requirement with word2vec but not doc2vec, so Negative effect
  • Traces requirement with doc2vec but not word2vec, soPositive effect

We compute the average of this result for every requirement
ACE=E[Y_1 ]−E[Y_0 ]

#109

@scheurich-sarah scheurich-sarah self-assigned this Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant