I have also added support for the following parameters in Booster.cs:
"booster" to enable selection of booster type: "gbtree", "gblinear" or "dart"
"tree_method" to enable selection of tree method (this enables GPU use): "auto", "exact", "approx", "hist", "gpu_exact", "gpu_hist".
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.
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
andXGBRegressor
to keep the existing behavior. Let me know if you want me to add them as arguments.best regards Mads