You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another thing to keep in mind: it would be nice to have the batch submission tools not be entirely specific to the looper (or at least easily generalizable), as they will also be useful for MVA training (e.g. hyperparameter scans) and Signal Region Optimization (scanning MVA cut values).
The text was updated successfully, but these errors were encountered:
Implement functionality to submit jobs to Dask and/or condor for the preselection looper.
Implementation would go in this function in
prep_helper.py
:HggAnalysisDev/Preselection/helpers/loop_helper.py
Line 151 in a96044c
Likely the cleanest way to do it would be to make a
Batch
directory and build helper classes for Dask/condor submission there.Merging of output dataframes would also need to be updated accordingly:
HggAnalysisDev/Preselection/helpers/loop_helper.py
Lines 197 to 208 in a96044c
Another thing to keep in mind: it would be nice to have the batch submission tools not be entirely specific to the looper (or at least easily generalizable), as they will also be useful for MVA training (e.g. hyperparameter scans) and Signal Region Optimization (scanning MVA cut values).
The text was updated successfully, but these errors were encountered: