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

A try should be immutable and repeatable. It should maintain the full state of an execution, including scorer used. #909

Open
david-fisher opened this issue Dec 15, 2023 · 0 comments

Comments

@david-fisher
Copy link
Contributor

Is your feature request related to a problem? Please describe.
If I change the scorer, I should get a new try, which remembers that scorer, so that I can easily return to that try and review the results.

Describe the solution you'd like

Each try should maintain the following state:

Search endpoint used
tuning parameters
query
results list
scores for the result
scorer used

If I make a new judgment, the value for the single score is updated (and propagated to the book.
If I change the query, I get a new try.
If I change a tuning parameter (including displayed fields), I get a new try.
If I change the endpoint, I get a new try.
If I change the scorer, I get a new try.

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

No branches or pull requests

1 participant