"examples/python/client.py" did not exist on "648f0974c6ad7cfff4eafade5891b1aefb3a1926"
Commit a7264343 authored by Hongkun Yu's avatar Hongkun Yu Committed by A. Unique TensorFlower
Browse files

official models reorg. Move boosted_trees to r1

PiperOrigin-RevId: 263879950
parent cd85fd8a
...@@ -26,7 +26,7 @@ import pandas as pd ...@@ -26,7 +26,7 @@ import pandas as pd
import tensorflow as tf import tensorflow as tf
# pylint: disable=g-bad-import-order # pylint: disable=g-bad-import-order
from official.boosted_trees import train_higgs from official.r1.boosted_trees import train_higgs
from official.utils.misc import keras_utils from official.utils.misc import keras_utils
from official.utils.testing import integration from official.utils.testing import integration
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment