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

Deleting all entries pertaining to a particular experiment_run #803

Open
hemanklamba opened this issue Jul 27, 2020 · 1 comment
Open

Deleting all entries pertaining to a particular experiment_run #803

hemanklamba opened this issue Jul 27, 2020 · 1 comment

Comments

@hemanklamba
Copy link

This functionality might be good to make control the size of predictions table. Might also help in removing unwanted (buggy) runs altogether from the database.

@rayidghani
Copy link
Member

listing out which tables to drop rows from. we could do it everywhere but here's a starting point

  1. triage_metadata.models
  2. triage_metadata.model_groups
  3. train_results.predictions
  4. test_results.predictions
  5. train_results.evaluations
  6. test_results.evaluations
  7. train_results.feature_importances
  8. train_results.aequitas
  9. test_results.aequitas

other high priority ones? should we log when this happens in case we find orphan model information later on?

@rayidghani rayidghani pinned this issue Apr 4, 2021
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

2 participants