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.
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.