Skip to content

Fix bug in txt to ROOT file conversion for lightGBM training for MVAUtils

This is a fix for a small bug when converting a txt file (the output of a lightGBM training) to ROOT (the input for MVAUtils package). The problem is that lightGBM is using many aliases for the same objective.

It is quite important to port this also in 21.2. Let me know if this cannot be done automatically. By the way before this fix the tool prompts a warning about the different output between lightGBM and MVAUtils.

@hteagle: can you fix the xgboost one? it should be affected by the same problem, see ATLASRECTS-5775

Edited by Ruggero Turra

Merge request reports