Take datatable as row major input. (#8472)

* Take datatable as row major input.

Try to avoid a transform with dense table.
This commit is contained in:
Jiaming Yuan
2022-11-24 09:20:13 +08:00
committed by GitHub
parent 284dcf8d22
commit e07245f110
4 changed files with 84 additions and 92 deletions

View File

@@ -144,6 +144,7 @@ def main(args: argparse.Namespace) -> None:
# tests
"tests/python/test_config.py",
"tests/python/test_data_iterator.py",
"tests/python/test_dt.py",
"tests/python/test_quantile_dmatrix.py",
"tests/python-gpu/test_gpu_data_iterator.py",
"tests/test_distributed/test_with_spark/",
@@ -194,6 +195,7 @@ def main(args: argparse.Namespace) -> None:
"demo/guide-python/external_memory.py",
"demo/guide-python/cat_in_the_dat.py",
# tests
"tests/python/test_dt.py",
"tests/python/test_data_iterator.py",
"tests/python-gpu/test_gpu_data_iterator.py",
"tests/test_distributed/test_with_spark/test_data.py",