EvoTrees.jl icon indicating copy to clipboard operation
EvoTrees.jl copied to clipboard

Export to XGBoost or JSON or Text file

Open Moelf opened this issue 3 years ago • 4 comments
trafficstars

for some ungodly reason we need to let other people use our model and they don't use Julia everywhere

Moelf avatar Oct 26 '22 19:10 Moelf

Would you see treelite as an appropriate target? https://github.com/dmlc/treelite https://treelite.readthedocs.io/en/latest/tutorials/builder.html

Otherwise, if you could point me to some format specification, I'assuming (and hoping) it should be fairly straighforward to convert from EvoTrees' GBTree structure into whathever target.

jeremiedb avatar Oct 26 '22 19:10 jeremiedb

https://xgboost.readthedocs.io/en/stable/tutorials/saving_model.html maybe

Moelf avatar Oct 26 '22 19:10 Moelf

@aviks may know because of XGBoost.jl

Moelf avatar Oct 26 '22 19:10 Moelf

Sorry, I don't think I have any helpful insight here.

aviks avatar Oct 26 '22 22:10 aviks