Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 569 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 569 Bytes

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