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

Create a batch from filtered outputs #12

Closed
5 tasks done
arthur-flam opened this issue Jun 18, 2020 · 1 comment
Closed
5 tasks done

Create a batch from filtered outputs #12

arthur-flam opened this issue Jun 18, 2020 · 1 comment
Labels
good first issue Good for newcomers

Comments

@arthur-flam
Copy link
Member

arthur-flam commented Jun 18, 2020

User often do lots of parameter tuning. What some would like is create a new batch from filtered results (e.g. my_param: best_value), so that they can save them as a milestone with a descriptive name.

TODO

  • Add a "Move filtered outputs" menu item, next to the "Rename batch" item, and much like it.
  • Send a request with the commit, batch, filter.
  • Get the params in the API
  • Add the necessary logic to backend.models.Batch.rename(): get_or_create a batch with the target name and move results there.
  • Fix: currently we don't check if the user uses a name that's already used when renaming. Let's implement a "move" in this case. The logic for normal/filtered cases can be unified while doing this.
@arthur-flam arthur-flam added the good first issue Good for newcomers label Jun 18, 2020
@arthur-flam
Copy link
Member Author

Done in the last release

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

No branches or pull requests

1 participant