Skip to content

xadupre/machinelearning_xgboost

Repository files navigation

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.

TravisCI Build status CircleCI

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:

Releases

No releases published

Packages

No packages published

Languages