From 48a4382bb6f467ba898f753d67dfa46af0765afe Mon Sep 17 00:00:00 2001 From: "dmitry.razdoburdin" Date: Fri, 27 Jan 2023 01:53:00 -0800 Subject: [PATCH] Removeing california test with L1 norm as far as L1 is not supported in XGBoost 1.5 --- tests/python/testing.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/python/testing.py b/tests/python/testing.py index a4cf285b3250..d2b45bdec30d 100644 --- a/tests/python/testing.py +++ b/tests/python/testing.py @@ -318,9 +318,6 @@ def make_categorical( TestDataset( "calif_housing", get_california_housing, "reg:squarederror", "rmse" ), - TestDataset( - "calif_housing-l1", get_california_housing, "reg:absoluteerror", "mae" - ), TestDataset("digits", get_digits, "multi:softmax", "mlogloss"), TestDataset("cancer", get_cancer, "binary:logistic", "logloss"), TestDataset(