/catboost-go

Catboost Go Wrapper

Primary LanguageC

CatBoost Wrapper for Go

Simple wrapper of CatBoost C library for prediction

Installation

CatBoost library is assumed to be installed, and all its includes and library files are assumed to be found in corresponding paths. One way to do it is just download pre-built files:

sudo download-catboost.sh

If everything above is properly configured then a simple go get command will do the trick:

go get -u github.com/tikivn/catboost-go