Closed zcapjdb closed 11 months ago
I noticed in the Components class it sets the num_jets for the validation and test splits equal to 10% of the training, see here
num_jets
I don't think this should be hard coded as we define the cuts for the train, val and test split in the global_cuts.l
global_cuts
It's not hard coded. If the key on those lines is defined it will use the value from the config. Otherwise by default 10% of the num training jets are used
I did misread this yeah... oops my bad
I noticed in the Components class it sets the
num_jets
for the validation and test splits equal to 10% of the training, see hereI don't think this should be hard coded as we define the cuts for the train, val and test split in the
global_cuts
.l