Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PicNet/XGBoost.Net
.Net wrappers for the awesome XGBoost library
https://github.com/PicNet/XGBoost.Net
Last synced: 10 days ago
JSON representation
.Net wrappers for the awesome XGBoost library
- Host: GitHub
- URL: https://github.com/PicNet/XGBoost.Net
- Owner: PicNet
- Created: 2016-11-27T22:39:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T21:23:38.000Z (about 1 month ago)
- Last Synced: 2024-10-04T12:36:07.093Z (about 1 month ago)
- Language: C#
- Size: 13.2 MB
- Stars: 51
- Watchers: 8
- Forks: 18
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-dotnet-datascience - XGBoost.Net - .Net wrappers for the awesome XGBoost library (Machine Learning and Differential Programming)
README
# Note: This package is no longer mantained
# XGBoost.Net
## Note: This package is no longer supported. A live fork can be found [here](https://github.com/mdabros/XGBoostSharp) (Thanks to Mads Dabros)
.Net wrapper for [XGBoost](https://github.com/dmlc/xgboost) based off the [Python API](https://xgboost.readthedocs.io/en/latest/python/index.html).
Available as a [NuGet package](https://www.nuget.org/packages/PicNet.XGBoost/).
Notes: For tests, loading the dll doesn't seem to work when referencing as a shared project, but loading as a nuget package works. So the Tests will fail in the XGBoost solution but will work in the XGBoostTests Solution.
Did multitargeting for the library (only) based on this post:
https://weblog.west-wind.com/posts/2017/jun/22/multitargeting-and-porting-a-net-library-to-net-core-20#Running-Tests-in-Visual-Studio----One-Framework-at-a-Time