catboost-sys

Low level bindings for C API, adapted from https://github.com/catboost/catboost/tree/master/catboost/rust-package.

Major Differences vs official bindings

Major differences are: * We assume libcatboost shared library is already downloaded (see instructions below) * Splitting out from the main repo due to the catboost repo being very big * Most changes are in build.rs, no differences in the APIs * We keep a copy of the model_interface c_bindings from https://github.com/catboost/catboost/tree/v1.0.6/catboost/libs/model_interface in this repo to simplify things

Build Instructions