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

Fix early stopping, by making it stricter #242

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

aaron-mcdaid-zalando
Copy link
Collaborator

The implementation of "alpha spending" increased our Type I error rate from 5% to approximately 10%, as it didn't spend alpha 'piece-wise' but instead it spent it 'cumulatively'

Therefore, this PR makes the early stopping stricter by an arbitrary factor of 100. As a result, we will get an 'extra Type I error rate' of approximately 0.05% instead of 5%.

Then, the total Type I error rate will be 5.05% (= 5%+0.05%) instead of 10% (=5%+5%)

@coveralls
Copy link

coveralls commented Nov 26, 2018

Coverage Status

Coverage increased (+0.03%) to 92.412% when pulling a6e2523 on fix-early-stopping.Solution2 into 5fa3dd1 on master.

@aaron-mcdaid-zalando
Copy link
Collaborator Author

In practice though, we are unlikely to use this internally without further investigation of the implications. In the last few minutes we had a meeting about this option, and other options, for proceeding

Therefore, we won't immediately merge this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants