Parton-Level Cross Section Interpolation background cover

Parton-Level Cross Section Interpolation

Interpolate the relationship between a (parametrised) underlying distribution of particles and the probability of such an event occurring in a collider.

CERN

Hosted by

CERN

Posted

Which is the test file for submission?

Hi,
I followed the instructions in Docs to set it up. I see there are two event files.
  1. events-validation.hdf5
  2. events.hdf5
I see both these files have events data with the differential cross-section column having a value. Which file contains the data that needs to be predicted for submission?
I'm using the functions in introduction.ipynb to inspect. This is my code.
print("Train files")
file_train_path = Path("../.aqora/data/data/events.hdf5")
abs_file_train_path = file_train_path.resolve()

print("Inspect file")
inspect_hdf5(abs_file_train_path)

print("Inspect events")
inspect_events_hdf5(abs_file_train_path)

print("Inspect random number")
inspect_random_numbers(abs_file_train_path)

print("\n")

print("Test files")
file_test_path = Path("../.aqora/data/data/events-validation.hdf5")
abs_file_test_path = file_test_path.resolve()

print("Inspect file")
inspect_hdf5(abs_file_test_path)

print("Inspect events")
inspect_events_hdf5(abs_file_test_path)

print("Inspect random number")
inspect_random_numbers(abs_file_test_path)
Thank you.

Order by:

Want to join this discussion?

Join our community today and start discussing with our members by participating in exciting events, competitions, and challenges. Sign up now to engage with quantum experts!