We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @gatapia,
I was trying to add support for sample weights in the XGBoost project in SharpLearning, related to this issue: mdabros/SharpLearning#82
However, it seems that the current DMatrix implementation in XGBoost.Net does not support setting the sample weights. This can be done via the python wrapper for instance, see this example: https://github.com/dmlc/xgboost/blob/master/demo/kaggle-higgs/higgs-numpy.py#L28
Would it be possible to add sample weight support to the DMatrix in XGBoost.Net?
Best regards Mads
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @gatapia,
I was trying to add support for sample weights in the XGBoost project in SharpLearning, related to this issue: mdabros/SharpLearning#82
However, it seems that the current DMatrix implementation in XGBoost.Net does not support setting the sample weights. This can be done via the python wrapper for instance, see this example: https://github.com/dmlc/xgboost/blob/master/demo/kaggle-higgs/higgs-numpy.py#L28
Would it be possible to add sample weight support to the DMatrix in XGBoost.Net?
Best regards
Mads
The text was updated successfully, but these errors were encountered: