Summary
We are currently filtering out the following warning in tests:
FutureWarning: `rapids-xgboost` will no longer be published in the `rapidsai` conda channel with the 26.10 release. Please use the `xgboost` package from `conda-forge`, or the `xgboost` wheel from the Python Package Index (PyPI). Consult https://docs.rapids.ai/notices/rsn0062/ for more details.
due to installing xgboost from the rapidsai conda channel rather than conda-forge. See rapidsai/nvforest#185 (comment) for details.
Once the switch happens, we should stop suppressing this warning.
Summary
We are currently filtering out the following warning in tests:
due to installing xgboost from the rapidsai conda channel rather than conda-forge. See rapidsai/nvforest#185 (comment) for details.
Once the switch happens, we should stop suppressing this warning.