Persistify GBReweighter instance
acampove opened this issue · 1 comments
acampove commented
Hello Alex,
I am using the GBReweighter class:
and I would like to know if there is a native way to persistify an instance of this class so that it can be used to predict_weights afterwards. I cannot find anything native in the documentation and I was thinking that maybe something like pickle might work.
Cheers.
arogozhnikov commented
Hi @acampove ,
yes, pickle is the right way to store estimators from hep_ml
including GBReweighter.