-
Notifications
You must be signed in to change notification settings - Fork 139
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
Add database command to remove dataruns #57
Comments
Actually, there should be two different functions:
|
Would it also be possible to add a way to continue a data run with a higher budget? For example running more iterations of a certain method that looked promising but using previous information about parameters or just wanting to continue searching. |
@jtanman great suggestion. Yes, we can totally add that. More generally, there should be an API in |
Awesome! Thanks a ton for the work on this by the way. I've been starting to use it, and it saves so much time! |
This should be addressed by #82 and can be closed if so. |
Doesn't look like this was implemented. Definitely wasn't updated in docs (as far as I can tell). Edit: |
Right now, if you create a datarun with a typo or just decide you don't want to run it, there's no simple way to remove it from the database. We should add it as a subcommand to
enter_data.py
. Maybe:likewise,
The text was updated successfully, but these errors were encountered: