LWTNN model export
The model class should provide an method to export the model architecture and weights as needed by lwtnn. This should include
- Handling of input normalizor
- Cross validation (if possible)
- Input variable name adjustment (e.g.
tau_0_p4__Pt
->tau_0_p4.Pt()
)