dmitryikh / leaves

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

LightGBM v4 support #93

Open painhardcore opened 3 months ago

painhardcore commented 3 months ago

Currently only version=v3 is supported v4 was released a while ago https://github.com/microsoft/LightGBM/releases/tag/v4.0.0 Latest version is v4.4 https://github.com/microsoft/LightGBM/releases/tag/v4.4.0

biorisk commented 2 months ago

My company has released an MIT-licensed library for using lightgbm v4 by way of purego rather than cgo. It might be an alternative. Depending on your use case, it might have some rough edges.

painhardcore commented 1 month ago

Hi @biorisk, thank you for your suggestion, but I'm looking for Go only lib without CGO or linking to something external.