getumen/go-treelite
treelite runtime binding in Go
This project helps Go developers integrate and run tree-based machine learning models, like gradient boosting machines or random forests, directly within their Go applications. It takes pre-trained models (often exported from tools like XGBoost or LightGBM) and allows for efficient prediction. Go developers working on high-performance services that require fast, in-process model inference would use this.
No commits in the last 6 months.
Use this if you are a Go developer building an application that needs to perform predictions using pre-trained tree-based machine learning models with minimal latency.
Not ideal if you are looking to train machine learning models from scratch or if your application is not built in Go.
Stars
13
Forks
2
Language
Go
License
Apache-2.0
Category
Last pushed
Jul 31, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/getumen/go-treelite"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SPFlow/SPFlow
Sum Product Flow: An Easy and Extensible Library for Sum-Product Networks
gomlx/gomlx
GoMLX: An Accelerated Machine Learning Framework For Go
montanaflynn/stats
A well tested and comprehensive Golang statistics library package with no dependencies.
mattn/go-tflite
Go binding for TensorFlow Lite
james-bowman/sparse
Sparse matrix formats for linear algebra supporting scientific and machine learning applications