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

Allow user to specify queries in validation sampling #114

Closed
stsievert opened this issue Jul 1, 2021 · 0 comments · Fixed by #118
Closed

Allow user to specify queries in validation sampling #114

stsievert opened this issue Jul 1, 2021 · 0 comments · Fixed by #118

Comments

@stsievert
Copy link
Owner

stsievert commented Jul 1, 2021

It'd be nice if the user could specify the target indices a user asks about. i.e.,

targets: ["a", "b", "c", "d", "e"]
samplers:
  ValidationSampling: {queries: [(0, 1, 2), (1, 2, 3), (2, 3, 4)]}

would show these targets to the user:

  • ["a", "b", "c"] (via target indices 0, 1, 2)
  • ["b", "c", "d"] (via target indices 1, 2, 3)
  • ["c", "d", "e"] (via target indices 2, 3, 4)

cc @kushinm

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 a pull request may close this issue.

1 participant