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

feat: explore eval example target rate #4277

Merged
merged 4 commits into from Nov 9, 2022

Conversation

olgavrou
Copy link
Collaborator

@olgavrou olgavrou commented Nov 9, 2022

We want to be able to tell explore_eval to target a specific number of examples to use while updating. The goal is to not go over the example count that we want

Added block_size argument to explore_eval. This should be calculated by doing:
#examples_in_file / #examples_to_use_during_update

The examples will then be processed in blocks of block_size. In each block one example can be used to update. If in that block none of the examples pass the threshold then the example quota is rolled over to the next block and the next block can select 2 examples to update and so on

@olgavrou olgavrou changed the title feat: explore eval target rate feat: explore eval example target rate Nov 9, 2022
@olgavrou olgavrou merged commit 89da871 into VowpalWabbit:master Nov 9, 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