leaves icon indicating copy to clipboard operation
leaves copied to clipboard

pure Go implementation of prediction part for GBRT (Gradient Boosting Regression Trees) models from popular frameworks

Results 34 leaves issues
Sort by recently updated
recently updated
newest added

- I found this super handy, will be great if we can not just predict based on trained model but can also used a sklearn pipeline including the transformation steps...

I hope you will implement support for catboost Yandex library

enhancement

This will add support for json format and binary format of gbtree and gblinear which have the version not younger than v1.0.0

I have a model trained with quantile regression in light gbm. I get an error that this is not a valid option for objective when I used my model. Is...

Does for the LightGBM have support for missing values and where can I see examples about it (read txt files with missing values)?

I got an error when I tried to load binary model of xgboost:gbtree, the error message as follow: panic: unexpected EOF goroutine 1 [running]: main.main() /Users/zhangxiatian/tuotuo/workspace/go/predictor/main.go:13 +0x1ba Process finished with...

after I followed the example in the doc, there exist a starnge error

Something has changed in XGBoost model's binary format. The highest versions I've managed to make leaves work with is 1.0. Starting from 1.1+ I keep getting "panic: unexpected EOF". Is...

This is an edge tool for ranking applications Which is implemented in lightgbm. Really hope it can be supported! Thanks!

This patch fixes the transformation while loading an xgboost model file. When the model file is saved from an xgboost model with param "objective= 'multi:softprob'" or "objective= 'multi:softmax'", the loaded...