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

SQLite. Closes #5 #83

Closed
wants to merge 1 commit into from
Closed

SQLite. Closes #5 #83

wants to merge 1 commit into from

Conversation

juliangruber
Copy link
Member

@juliangruber juliangruber commented Dec 5, 2023

  • Preprocessing
  • Evaluation
  • Clean up
  • Use one DB per round
  • retrieval_stats (need at least some)
  • group_winning (optional)
  • perform dry run
  • store fraud assessment in db

Closes #5

@juliangruber juliangruber changed the title SQLITE SQLite Dec 5, 2023
@juliangruber juliangruber changed the title SQLite SQLite. Closes #5 Dec 5, 2023
@@ -30,7 +31,7 @@ export const preprocess = async ({
retrievalResult: getRetrievalResult(measurement)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we persist retrievalResult in the sqlite database, too?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can 👍 Nothing that I have implemented yet would read it, this is why I haven't stored it yet

@juliangruber
Copy link
Member Author

unnecessary for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ done
Development

Successfully merging this pull request may close these issues.

Handle large number of measurements
2 participants