PicNet / XGBoost.Net

.Net wrappers for the awesome XGBoost library
51 stars 18 forks source link

Update libxgboost.dll to latest gpu enabled version. #21

Closed mdabros closed 6 years ago

mdabros commented 6 years ago

Hi @gatapia ,

Again, thanks for the great work on this xgboost wrapper for .net!

If you are willing to accept pull requests, I have updated the xgboost dll to the latest GPU enabled build from: xgboost-windows-x64-binaries-for-download.

I have also added support for the following parameters in Booster.cs:

For now, I have simply hardcoded the default values for the these parameters in XGBClassifier and XGBRegressor to keep the existing behavior. Let me know if you want me to add them as arguments.

best regards Mads