Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mieskolainen committed Oct 20, 2024
1 parent df28830 commit d89315a
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 20 deletions.
5 changes: 3 additions & 2 deletions configs/brem/models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ EVAL_PARAM: &EVAL_PARAM
eval_batch_size: 1024

# Post-training evaluation
readmode: -1 # -1 finds the best loss model, -2 takes the last epoch model
readmode_metric: 'loss' # e.g. 'loss', 'AUC' ...
readmode: -1 # specific epoch (int), -1 finds the best loss model, -2 takes the last epoch model
readmode_metric: 'loss' # e.g. 'loss', 'AUC' ... [currently only 'loss']
readmode_operator: 'argmin' #



# XGBoost
# https://xgboost.readthedocs.io/en/latest/parameter.html
xgb0:
Expand Down
4 changes: 2 additions & 2 deletions configs/brem/models_reweight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ EVAL_PARAM: &EVAL_PARAM
eval_batch_size: 1024

# Post-training evaluation
readmode: -1 # -1 finds the best loss model, -2 takes the last epoch model
readmode_metric: 'loss' # e.g. 'loss', 'AUC' ...
readmode: -1 # specific epoch (int), -1 finds the best loss model, -2 takes the last epoch model
readmode_metric: 'loss' # e.g. 'loss', 'AUC' ... [currently only 'loss']
readmode_operator: 'argmin' #


Expand Down
5 changes: 3 additions & 2 deletions configs/brk/models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ EVAL_PARAM: &EVAL_PARAM
eval_batch_size: 1024

# Post-training evaluation
readmode: -1 # -1 finds the best loss model, -2 takes the last epoch model
readmode_metric: 'loss' # e.g. 'loss', 'AUC' ...
readmode: -1 # specific epoch (int), -1 finds the best loss model, -2 takes the last epoch model
readmode_metric: 'loss' # e.g. 'loss', 'AUC' ... [currently only 'loss']
readmode_operator: 'argmin' #


## Classifier setup

# XGBoost
Expand Down
4 changes: 2 additions & 2 deletions configs/dqcd/models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ EVAL_PARAM: &EVAL_PARAM
eval_batch_size: 1024

# Post-training evaluation
readmode: -1 # -1 finds the best loss model, -2 takes the last epoch model
readmode_metric: 'loss' # e.g. 'loss', 'AUC' ...
readmode: -1 # specific epoch (int), -1 finds the best loss model, -2 takes the last epoch model
readmode_metric: 'loss' # e.g. 'loss', 'AUC' ... [currently only 'loss']
readmode_operator: 'argmin' #


Expand Down
5 changes: 3 additions & 2 deletions configs/eid/models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ EVAL_PARAM: &EVAL_PARAM
eval_batch_size: 1024

# Post-training evaluation
readmode: -1 # -1 finds the best loss model, -2 takes the last epoch model
readmode_metric: 'loss' # e.g. 'loss', 'AUC' ...
readmode: -1 # specific epoch (int), -1 finds the best loss model, -2 takes the last epoch model
readmode_metric: 'loss' # e.g. 'loss', 'AUC' ... [currently only 'loss']
readmode_operator: 'argmin' #


# - Keep the minibatch size small enough, otherwise weak convergence to optima with some models

# Reference BDT (pre-computed in ROOT files)
Expand Down
4 changes: 2 additions & 2 deletions configs/hgcal/models_cnd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ EVAL_PARAM: &EVAL_PARAM
eval_batch_size: 1024

# Post-training evaluation
readmode: -1 # -1 finds the best loss model, -2 takes the last epoch model
readmode_metric: 'loss' # e.g. 'loss', 'AUC' ...
readmode: -1 # specific epoch (int), -1 finds the best loss model, -2 takes the last epoch model
readmode_metric: 'loss' # e.g. 'loss', 'AUC' ... [currently only 'loss']
readmode_operator: 'argmin' #


Expand Down
4 changes: 2 additions & 2 deletions configs/hgcal/models_trk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ EVAL_PARAM: &EVAL_PARAM
eval_batch_size: 1024

# Post-training evaluation
readmode: -1 # -1 finds the best loss model, -2 takes the last epoch model
readmode_metric: 'loss' # e.g. 'loss', 'AUC' ...
readmode: -1 # specific epoch (int), -1 finds the best loss model, -2 takes the last epoch model
readmode_metric: 'loss' # e.g. 'loss', 'AUC' ... [currently only 'loss']
readmode_operator: 'argmin' #


Expand Down
4 changes: 2 additions & 2 deletions configs/hnl/models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ EVAL_PARAM: &EVAL_PARAM
eval_batch_size: 4096

# Post-training evaluation
readmode: -1 # -1 finds the best loss model, -2 takes the last epoch model
readmode_metric: 'loss' # e.g. 'loss', 'AUC' ...
readmode: -1 # specific epoch (int), -1 finds the best loss model, -2 takes the last epoch model
readmode_metric: 'loss' # e.g. 'loss', 'AUC' ... [currently only 'loss']
readmode_operator: 'argmin' #


Expand Down
4 changes: 2 additions & 2 deletions configs/trg/models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ EVAL_PARAM: &EVAL_PARAM
eval_batch_size: 1024

# Post-training evaluation
readmode: -1 # -1 finds the best loss model, -2 takes the last epoch model
readmode_metric: 'loss' # e.g. 'loss', 'AUC' ...
readmode: -1 # specific epoch (int), -1 finds the best loss model, -2 takes the last epoch model
readmode_metric: 'loss' # e.g. 'loss', 'AUC' ... [currently only 'loss']
readmode_operator: 'argmin' #


Expand Down
4 changes: 2 additions & 2 deletions configs/zee/models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ EVAL_PARAM: &EVAL_PARAM
eval_batch_size: 4096

# Post-training evaluation
readmode: -1 # -1 finds the best loss model, -2 takes the last epoch model
readmode_metric: 'loss' # e.g. 'loss', 'AUC' ...
readmode: -1 # specific epoch (int), -1 finds the best loss model, -2 takes the last epoch model
readmode_metric: 'loss' # e.g. 'loss', 'AUC' ... [currently only 'loss']
readmode_operator: 'argmin' #


Expand Down

0 comments on commit d89315a

Please sign in to comment.