Simple C++ interface for xgboost with cross platform and size reduce serialization
This is a work in progress, and is posted initially as a reference for using the xgboost C++ API.
Linux/OSX/Android/iOS | Windows |
---|---|
wget https://github.com/ruslo/polly/archive/master.zip
unzip master.zip
POLLY_ROOT="`pwd`/polly-master"
export PATH="${POLLY_ROOT}/bin:${PATH}"
polly.py --toolchain libcxx --install --reconfig --verbose
The standard build should use hunter xgboost. Initial builds may still require the xgboost submodule, in which case you may need to run:
git submodule update --init --recursive --quiet