HEP-KBFI / ml-tau-en-reg

Reconstructing tau leptons using various machine learning techniques
GNU General Public License v3.0
0 stars 1 forks source link

Optimize max_cands for binary classification #57

Closed jpata closed 4 months ago

jpata commented 4 months ago

Optimize the max_cands in https://github.com/HEP-KBFI/ml-tau-en-reg/blob/main/enreg/config/model_training.yaml#L39:

Concretely, the task is to train binary classification with 25 and with 32 (potentially adjust also batch size to be lower to fit in memory), compare ROC performance.

The distributions of the number of particles per jet are as follows: image

jpata commented 4 months ago

Changed classification to max_cands=32 in #65 in the submission script.