We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad1102 commit 4626409Copy full SHA for 4626409
tests/python-gpu/test_from_cudf.py
@@ -405,7 +405,7 @@ def test_invalid_meta() -> None:
405
y = X.copy()
406
y.iloc[0, 0] = None
407
# check by the cuDF->cupy converter.
408
- with pytest.raises(ValueError, match="no nulls"):
+ with pytest.raises(ValueError, match="Label contains NaN"):
409
xgb.DMatrix(X, y)
410
411
xgb.QuantileDMatrix(X, y)
0 commit comments