Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 700935223
  • Loading branch information
TensorFlow Decision Forests Team authored and copybara-github committed Nov 28, 2024
1 parent 3235c1f commit a0226e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yggdrasil_decision_forests/metric/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ cc_library_ydf(
":metric_cc_proto",
":ranking",
":ranking_utils",
"//third_party/boost/allowed",
"//yggdrasil_decision_forests/dataset:data_spec",
"//yggdrasil_decision_forests/dataset:data_spec_cc_proto",
"//yggdrasil_decision_forests/model:abstract_model_cc_proto",
Expand All @@ -43,6 +42,7 @@ cc_library_ydf(
"@com_google_absl//absl/status:statusor",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/types:span",
"@org_boost_math//:boost_math",
] + select({
"//conditions:default": [
],
Expand Down Expand Up @@ -85,7 +85,6 @@ cc_library_ydf(
":metric",
":metric_cc_proto",
":ranking",
"//third_party/boost/allowed",
"//yggdrasil_decision_forests/dataset:data_spec",
"//yggdrasil_decision_forests/dataset:data_spec_cc_proto",
"//yggdrasil_decision_forests/model:abstract_model_cc_proto",
Expand All @@ -95,6 +94,7 @@ cc_library_ydf(
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/status:statusor",
"@com_google_absl//absl/strings",
"@org_boost_math//:boost_math",
],
)

Expand Down Expand Up @@ -176,10 +176,10 @@ cc_test(
":comparison",
":metric",
":metric_cc_proto",
"//third_party/boost/allowed",
"//yggdrasil_decision_forests/utils:random",
"@com_google_absl//absl/log:check",
"@com_google_googletest//:gtest_main",
"@org_boost_math//:boost_math",
],
)

Expand Down

0 comments on commit a0226e5

Please sign in to comment.