-
-
Notifications
You must be signed in to change notification settings - Fork 35
Readd R XGBoost test on Windows #232
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
base: main
Are you sure you want to change the base?
Readd R XGBoost test on Windows #232
Conversation
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( I do have some suggestions for making it better though... For recipe/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/14414808064. Examine the logs at this URL for more detail. |
…nda-forge-pinning 2025.04.11.15.16.52
|
Thank you for working on this. I was wondering why Windows is skipped when looking into the rapids fork. Inspecting the log, I can't see the reason for the failure. Will try to reproduce. |
|
Tried restarting CI and we can see the failure in this Windows CI job (also attached log for posterity) Have included a snippet of the failure below: $ data :Formal class 'dgCMatrix' [package "Matrix"] with 6 slots
.. ..@ i : int [1:143286] 2 6 8 11 18 20 21 24 28 32 ...
.. ..@ p : int [1:127] 0 369 372 3306 5845 6489 6513 8380 8384 10991 ...
.. ..@ Dim : int [1:2] 6513 126
.. ..@ Dimnames:List of 2
.. .. ..$ : NULL
.. .. ..$ : chr [1:126] "cap-shape=bell" "cap-shape=conical" "cap-shape=convex" "cap-shape=flat" ...
.. ..@ x : num [1:143286] 1 1 1 1 1 1 1 1 1 1 ...
.. ..@ factors : list()
$ label: num [1:6513] 1 0 0 1 0 0 0 1 0 0 ...
[1] 6513 126
[1] 1611 126
[1] "dgCMatrix"
[1] "numeric"
[1] 1611
[1] 0.2852080 0.9240534 0.2852080 0.2852080 0.0516128 0.9240534
[1] 0 1 0 0 0 1
[1] "test-error= 0.0217256362507759"
[1] train-logloss:0.233156 test-logloss:0.226460
[2] train-logloss:0.136542 test-logloss:0.137763
[1] 1611
[1] 0.2852080 0.9240534 0.2852080 0.2852080 0.0516128 0.9240534
[1] 0 1 0 0 0 1
[1] "test-error= 0.0217256362507759" |
|
I can reproduce the error log on Windows, but haven't figured out what is failing. @hcho3 shared that he would like to take a look when time allows. |
Now that the XGBoost R test has been rewritten as part of the XGBoost 3 upgrade. Try re-enabling it on Windows to see if the flaky test issues have been resolved
Closes #205