A C++ implementation of the Sparrow boosting algorithm following https://arxiv.org/abs/1901.09047
To build sparrow simply run make
. To run provide the path to the config file
sparrow <path to config>
This implementation does not use any external libraries. All the training and testing data must be in LIBSVM format