Ensure models with categorical splits don't use old binary format. (#7666)

This commit is contained in:
Jiaming Yuan
2022-02-19 08:05:28 +08:00
committed by GitHub
parent 14d61b0141
commit 7366d3b20c
3 changed files with 25 additions and 1 deletions

View File

@@ -70,7 +70,7 @@ class TestGPUUpdaters:
self.cputest.run_categorical_basic(rows, cols, rounds, cats, "gpu_hist")
@pytest.mark.skipif(**tm.no_cupy())
def test_invalid_categorical(self):
def test_invalid_category(self):
self.cputest.run_invalid_category("gpu_hist")
@pytest.mark.skipif(**tm.no_cupy())