Skip to content

Commit

Permalink
Removeing california test with L1 norm as far as L1 is not supported …
Browse files Browse the repository at this point in the history
…in XGBoost 1.5
  • Loading branch information
dmitry.razdoburdin committed Jan 27, 2023
1 parent bce5b00 commit 48a4382
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/python/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 48a4382

Please sign in to comment.