[pyspark] support a list of feature column names (#8117)

This commit is contained in:
Bobby Wang
2022-08-08 17:05:27 +08:00
committed by GitHub
parent bcc8679a05
commit 03cc3b359c
11 changed files with 366 additions and 171 deletions

View File

@@ -115,7 +115,7 @@ if __name__ == "__main__":
"python-package/xgboost/dask.py",
"python-package/xgboost/spark",
"tests/python/test_spark/test_data.py",
"tests/python-gpu/test_spark_with_gpu/test_data.py",
"tests/python-gpu/test_gpu_spark/test_data.py",
"tests/ci_build/lint_python.py",
]
):
@@ -130,9 +130,9 @@ if __name__ == "__main__":
"demo/guide-python/cat_in_the_dat.py",
"tests/python/test_data_iterator.py",
"tests/python/test_spark/test_data.py",
"tests/python-gpu/test_gpu_with_dask.py",
"tests/python-gpu/test_gpu_with_dask/test_gpu_with_dask.py",
"tests/python-gpu/test_gpu_data_iterator.py",
"tests/python-gpu/test_spark_with_gpu/test_data.py",
"tests/python-gpu/test_gpu_spark/test_data.py",
"tests/ci_build/lint_python.py",
]
):