Evovest/EvoTrees.jl

Export to XGBoost or JSON or Text file

Moelf opened this issue · 4 comments

Moelf commented

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.

Moelf commented

@aviks may know because of XGBoost.jl

aviks commented

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