EvoTrees.jl
EvoTrees.jl copied to clipboard
Export to XGBoost or JSON or Text file
for some ungodly reason we need to let other people use our model and they don't use Julia everywhere
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.
https://xgboost.readthedocs.io/en/stable/tutorials/saving_model.html maybe
@aviks may know because of XGBoost.jl
Sorry, I don't think I have any helpful insight here.