dmlc / XGBoost.jl

XGBoost Julia Package
Other
289 stars 110 forks source link

add dump_model file format option #87

Closed khosravipasha closed 4 years ago

khosravipasha commented 4 years ago

Provide the option of dump_model in JSON format. JSON format provides easier access to the tree structure (does not require parsing the dump file).

XGBoost allows providing file format options for the model_dump such as JSON format (see here). This pull request adds the capability to the Julia Wrapper.