A Scratch Implementation of XGBoost
This is a small example of XGBoost built mainly using numpy.
First git clone the repo, and then run the following command in the root of the directory.
pip install -e .To be able to run tests, you will need to install the dev dependencies.
pip install -e .[test]