Draft: [AFT-730] Seperate GNN application from FlavorTagDiscriminants into a new package
Isolate the GNN code from FlavorTagDiscriminants
into a new package FlavorTagInference
, to make it easier to maintain and adopt.
Only started, far from review yet. Need to re-structure a few things so that two packages won't be interdependent. When finished, only FlavorTagDiscriminants
should depend on FlavorTagInference
, but not the other way around.