Skip to content
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

Error in test_xgboost #19

Open
alexkowa opened this issue Jan 24, 2022 · 3 comments
Open

Error in test_xgboost #19

alexkowa opened this issue Jan 24, 2022 · 3 comments
Assignees

Comments

@alexkowa
Copy link
Member

Error in finalizer(env) :
Inconsistent 'best_score' values between the closure state: 7590.875488 and the xgb.attr: 7590.875488

@sironimo
Copy link
Collaborator

sironimo commented Jan 24, 2022

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:

  1. What's your operating system?
  2. Which test fails? Is it the test_xgboost.R or the test_crossValidation.R?
  3. Does it run if you remove the calibSample and divide the weight rb050 by a factor (e.g., 100)?
  4. What's your XGBoost version?

Thanks and have a nice evening,
Siro

@sironimo sironimo pinned this issue Jan 24, 2022
@sironimo
Copy link
Collaborator

Looks like the issue is already fixed in XGBoost v1.3.0

@alexkowa
Copy link
Member Author

  1. macOS 12.1
  2. for me only test_xgboost.R fails (test_crossValidatiion.R runs without error or warning)
  3. no, this only changes the numerical values in the error message
  4. 1.5.0.2

yes, it looks exactly like the cited issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants