/scratchboost

A naive implementation of xgboost from scratch in python

Primary LanguagePythonApache License 2.0Apache-2.0

scratchboost

A Scratch Implementation of XGBoost

This is a small example of XGBoost built mainly using numpy.

Testing it out

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]