stsievert / salmon

A tool to collect triplet queries
https://docs.stsievert.com/salmon/
BSD 3-Clause "New" or "Revised" License
9 stars 2 forks source link

Allow user to specify queries in validation sampling #114

Closed stsievert closed 3 years ago

stsievert commented 3 years ago

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:

cc @kushinm