-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
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
Flaky e2e test for the XGBoost model with the 'gblinear' booster #205
Comments
Duplicating my question here: |
I think we can wait for a while for any reply in dmlc/xgboost#5634. Let say two or three days, and only then take any actions. |
For the record. Two new cases (both Powershell):
Side question: I wonder, why values are so non-deterministic? Did we forget to set |
Hm, good question. I briefly look into the code and couldn't spot any obvious sources of non-determinism. |
Probably we've encountered this issue dmlc/xgboost#5298 (comment) and #188 was not enough to fix issues like we have in generated examples:
But anyway, we should get a reliable repro first. |
Have no time to read this right now, but looks like related to our issue: numpy/numpy#9941. |
Context from @StrikerRUS:
Now Go is failing (refer to #200 (comment)):
BTW, in attempts to check my guess from #200 (comment), I found that coefs in gblinear are also float32:
https://github.com/dmlc/xgboost/blob/67d267f9da3b15a6e5a8393afae9be921a4e224b/src/gbm/gblinear_model.h#L110
https://github.com/dmlc/xgboost/blob/67d267f9da3b15a6e5a8393afae9be921a4e224b/src/gbm/gblinear_model.h#L120
https://github.com/dmlc/xgboost/blob/67d267f9da3b15a6e5a8393afae9be921a4e224b/src/gbm/gblinear_model.h#L82
https://github.com/dmlc/xgboost/blob/67d267f9da3b15a6e5a8393afae9be921a4e224b/src/gbm/gblinear_model.h#L91
and from #188 (comment) we know that bst_float is actually float
https://github.com/dmlc/xgboost/blob/8d06878bf9b778db68ae98f68d99a3557c7ea885/include/xgboost/base.h#L110-L111
Created dmlc/xgboost#5634.
The text was updated successfully, but these errors were encountered: