jinlow / forust

A lightweight gradient boosted decision tree package.
https://jinlow.github.io/forust/
Apache License 2.0
56 stars 6 forks source link

MessagePack serialization option #88

Open Roee-87 opened 8 months ago

Roee-87 commented 8 months ago

Would you be open to adding a feature allowing for the option of serializing a GradientBooster struct using MessagePack instead of JSON? If so, I'd be happy to submit a PR to enable it.

jinlow commented 8 months ago

Absolutely, PR welcome! My only request (and maybe this is what you are alluding to), would be that the MesssagePack support be optional, and the user could toggle as a feature dependency.