Closed yipengsun closed 3 years ago
Well, the good news is that pickle
is guaranteed to be backward-compatible: https://docs.python.org/3/library/pickle.html#relationship-to-other-python-modules
Greg shared the ntuples he used to train the OG BDT. I'll start working on it now.
Probably we'll not retrain a new BDT unless the existing UBDT misbehaves. Closed for now.
Greg suggested that we may want to retrain a UBosst BDT with
hep_ml
. Using Python has many upsides, but so far it seems that the only ways to export a trained BDT is either use Python's built-inpickle
orjoblib
. I'm not sure about the cross-Python-version compatibility of the exported.