mirecl/catboost-cgo
CatBoost a fast, scalable, high performance Gradient Boosting on Decision Trees library. Golang using Cgo for blazing fast inference CatBoost Model 🚀
This is a tool for developers who need to integrate high-performance machine learning predictions into their Go applications. It takes a pre-trained CatBoost model and new input data, and rapidly produces predictions or classifications. It's designed for Go developers building systems that require quick and efficient model inference.
Use this if you are a Go developer building an application that needs to make fast predictions using a CatBoost machine learning model.
Not ideal if you are not a Go developer or if your CatBoost models rely on text or embedding features.
Stars
25
Forks
1
Language
C
License
MIT
Category
Last pushed
Mar 13, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/mirecl/catboost-cgo"
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