onnxmltools icon indicating copy to clipboard operation
onnxmltools copied to clipboard

[WIP] Fix conversion of XGBoost model after being restored

Open xadupre opened this issue 3 years ago • 3 comments

Investigate issue #499.

xadupre avatar Oct 05 '21 10:10 xadupre

Hi @xadupre is the PR ready to be merged?

BowenBao avatar Nov 08 '21 22:11 BowenBao

No, the bug is still here. When the model is unpickled, xgboost does not restore exactly the same object and the converter does not find one attribute it is using.

xadupre avatar Nov 09 '21 09:11 xadupre

No, the bug is still here. When the model is unpickled, xgboost does not restore exactly the same object and the converter does not find one attribute it is using.

Thanks, I can help take a look.

BowenBao avatar Nov 09 '21 17:11 BowenBao