Category: A1; Team name: Amiiiza; Dataset: ATLAS Top Tagging#246
Open
Category: A1; Team name: Amiiiza; Dataset: ATLAS Top Tagging#246
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #246 +/- ##
==========================================
+ Coverage 94.01% 94.24% +0.23%
==========================================
Files 184 186 +2
Lines 6664 6936 +272
==========================================
+ Hits 6265 6537 +272
Misses 399 399 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Collaborator
|
Hi @amiiiza! Two quick comments:
Thank you! |
Collaborator
Author
|
06bfaf5 to
f22d9ed
Compare
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.
Checklist
Description
This PR adds the ATLAS Top Tagging dataset from CERN Open Data to TopoBench’s pointcloud domain.
It introduces a full dataset implementation, loader, and configuration needed to use this dataset for binary top-quark jet tagging.
Main changes:
ATLASTopTaggingDatasetwith:split(train/val/test),subsetfraction for fast experimentation,max_constituents,ATLASTopTaggingDatasetLoaderin the pointcloud data domain..h5.gzand uncompressed.h5input, with a fallback when.gzfiles are missing..ptfile.stats()helper to summarize:Issue
There is no issue associated with this PR.
Additional context
Data
Source: CERN Open Data Portal - Record 80030
Task: Binary classification (top quark jet tagging)
Size: ~93M events (~280GB compressed)
Features:
pt(transverse momentum)eta(pseudorapidity)phi(azimuthal angle)energyTesting
.h5fallback when no.h5.gzfiles exist,num_jets),process(),stats()output (basic summary + label distribution).