machinelearning_xgboost

XGBoost Wrapper for Microsoft.ML - https://github.com/dotnet/machinelearning

MIT License

Stars
0

XGBoost Wrapper for Microsoft.ML

This project proposes an extension to machinelearning written in C# which wraps XGBoost into the C# API. The wrapper requires changes to XGBoost source code to enable one-off predictions available in this repository: XGBoost.

Build

On windows: build.cmd.

On Linux: build.sh.

Build the documentation: doxygen conf.dox.

Usage

Once the project machinelearning_xgboost is built, the binaires XGBoost needs to be copied in the same folder as Microsoft.ML's. Example: