simPop
simPop copied to clipboard
Error in test_xgboost
Error in finalizer(env) : Inconsistent 'best_score' values between the closure state: 7590.875488 and the xgb.attr: 7590.875488
Hi @alexkowa Thank you very much for removing the dplyr dependency and the change to tinytest. Is it just me, or is the build now faster 🚀
Regarding this error, I just looked at it, and I currently have trouble running the tests on my Windows machine. I got an error on the calibSample
. If I remove the calibSample
step, it runs smoothly.
Therefore a few follow up questions:
- What's your operating system?
- Which test fails? Is it the test_xgboost.R or the test_crossValidation.R?
- Does it run if you remove the
calibSample
and divide the weightrb050
by a factor (e.g., 100)? - What's your XGBoost version?
Thanks and have a nice evening, Siro
Looks like the issue is already fixed in XGBoost v1.3.0
- macOS 12.1
- for me only test_xgboost.R fails (test_crossValidatiion.R runs without error or warning)
- no, this only changes the numerical values in the error message
- 1.5.0.2
yes, it looks exactly like the cited issue.