dmitryikh / leaves

pure Go implementation of prediction part for GBRT (Gradient Boosting Regression Trees) models from popular frameworks
MIT License
419 stars 72 forks source link

add human readable text output of parsed pickle data #46

Open dmitryikh opened 5 years ago

dmitryikh commented 5 years ago

we have internal.pickle package to read pickle format.

It's difficult to debug what was read into the memory. We need a function to print parsed pickle data for debug purpose.