Skip to content

Unify scaling/shifting application for preprocessing/validation

Alexander Froch requested to merge alfroch-fix-103-104 into master

Summary

This MR introduces the following changes

  • Adding a standalone function to apply scaling/shifting for the jet variables (for the tracks this is already in place)
  • Unify label_binarize and LabelBinarizer which were both used (while the latter one is for our use pretty error prone)
  • Adapting unit tests for the new adapted binarise_jet_labels function.

Relates to the following issues

Conformity

Edited by Alexander Froch

Merge request reports