DEBS benchmark: ground truth - #110
Merged
Merged
Conversation
zzylol
force-pushed
the
debs_controller
branch
3 times, most recently
from
April 1, 2026 19:01
82df925 to
70e5d75
Compare
zzylol
approved these changes
Apr 6, 2026
zzylol
approved these changes
Apr 6, 2026
zzylol
pushed a commit
that referenced
this pull request
Apr 7, 2026
* DEBS 2022: docs, analysis tooling, download script * filter: drop non-positive prices from data_filtered * Add trading start time argument to filter_data.py * benchmark: ground truth harness (#110) * chore: remove analysis results from tracking, add gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ground truth framework for DEBS benchmark queries Q1–Q8.
ground_truth/common.py: shared data loaders, window helpers, EMA/RSI constantsground_truth/__init__.py: package markerground_truth/run_gt.py: parallel GT generation (Q1Q2, Q1–Q8, --day, --out-dir)ground_truth/tasks.py: lazy per-query dispatch so the repo loads before all q*.py PRs landground_truth/check_gt.py: sanity checks on produced GT CSVs (Q1–Q12 coverage, invariants, cross-query Q2 vs Q1 crossover check)Base:
debs_controller(merge after PR #96).