Simple wrapper of CatBoost C library for prediction
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