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
investigate possibility of merging histogram-writing code into single function that avoids hardcoding information where possible
harmonize object names (includes also the ML training notebook and documentation probably) from e.g. "top_hadron jet" to "b_{had top}" etc, focusing the names of the b-tagged jet on "b" instead of "top"
where did the particle dependency come from?
the model_even, model_odd determination would probably make for a good utils function to remove that from the notebook
turn the first look at all the ML features into a grid of plots to save some space
make func_adl query depending on if inference is used (do not serve extra columns if not needed)
the last cabinetry part also needs a if USE_INFERENCE wrapping
The text was updated successfully, but these errors were encountered:
I have also realized that the func_adl query method was never updated to accommodate the new cuts. It will become a bit more complicated due to this. I am working on it now
Collecting follow-up items to #122 here that are not crucial to be addressed immediately in that PR but can be revisited. cc @ekauffma
particle
dependency come from?model_even
,model_odd
determination would probably make for a goodutils
function to remove that from the notebookcabinetry
part also needs aif USE_INFERENCE
wrappingThe text was updated successfully, but these errors were encountered: