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

Implementing SLOPE++ for estimator selection #148

Merged
merged 53 commits into from
Jan 12, 2022

Conversation

usaito
Copy link
Contributor

@usaito usaito commented Dec 20, 2021

Overview

  • Implement a method to tune hyperparameters of OPE estimators called SLOPE++ proposed by Tucker and Lee(2021)., which improves the vanilla SLOPE proposed by Su et al.(2020). This tuning method is usable by setting tuning_method="slope" when using estimators implemented in obp.ope.estimators_tuning.
  • Implement some high probability lower bound estimators for the mean of independent random variables. The implemented methods include Hoeffding, empirical Bernstein, and the bound based on the Student's t distribution. Please see Thomas et al.(2015) for details.

Minor

  • Fix docstrings and error messages

References

@usaito usaito changed the title [WIP] Implementing SLOPE++ for estimator selection Implementing SLOPE++ for estimator selection Jan 12, 2022
@usaito usaito merged commit 4f075e9 into master Jan 12, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants