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

propensity score estimate #178

Open
arita37 opened this issue Sep 23, 2022 · 2 comments
Open

propensity score estimate #178

arita37 opened this issue Sep 23, 2022 · 2 comments

Comments

@arita37
Copy link

arita37 commented Sep 23, 2022

Hello,

In the input dataset, propensity scores needs to be provided,
does the the propensity score needs to be calibrated ?

How is the impact of wrong propensity score ? (vs reward level...)

@usaito
Copy link
Contributor

usaito commented Sep 26, 2022

@arita37 Calibrating your pscore estimate might help, but depends on the situation. The following papers explore the effect of calibration in OPE, so might be of your interest:

  • Aniruddh Raghu, Omer Gottesman, Yao Liu, Matthieu Komorowski, Aldo Faisal, Finale Doshi-Velez, Emma Brunskill. Behaviour Policy Estimation in Off-Policy Policy Evaluation: Calibration Matters. https://arxiv.org/abs/1807.01066
  • Yuta Saito, Takuma Udagawa, Haruka Kiyohara, Kazuki Mogi, Yusuke Narita, Kei Tateno. Evaluating the Robustness of Off-Policy Evaluation. https://arxiv.org/abs/2108.13703.

If you're working on a particular application, you might want to evaluate the effect of calibrated vs non-calibrated pscore estimate on the OPE accuracy using synthetic data that mimic your real data. Should be easily implementable with OBP.

@arita37
Copy link
Author

arita37 commented Oct 11, 2022 via email

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

2 participants