Skip to content

Make XGBoost classifiers more portable #45

@SkepticRaven

Description

@SkepticRaven

In xgboost 1.6+, they introduced a method for exporting the json version of classifiers.
We're currently on 1.7 ever since #27.
Their docs: https://xgboost.readthedocs.io/en/latest/tutorials/saving_model.html

Right now we use a serialized memory snapshot, but it would be relatively easy to switch that to their json "model + config" format. At least in the docs, they guarantee backwards compatibility.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions