Hey,
Just wondered if anyone could offer any insight on understanding the data set for this challenge. I'm looking at the events.hdf5 file.
As I currently understand, we want to look at the 'events' and 'randomNumbers' elements of this file, and the challenge description says that randomNumbers contains the phase space points, and events the diff. cross section.
For each row I get len(events) = 10 and len(randomNumbers) = 5. I don't currently understand how this fits with the dimensionality n in the problem (either that or I've parsed the data wrong).
Any ideas would be helpful!
Also, for submission, it says that there should be a csv upload with event_id, cross_section, but as far as I can see the data does not give an event ID/or I'm missing something here as well?
Thanks! :)