Use config_context in sklearn interface. (#8141)

This commit is contained in:
Jiaming Yuan
2022-08-09 14:48:54 +08:00
committed by GitHub
parent 03cc3b359c
commit 9ae547f994
8 changed files with 560 additions and 438 deletions

View File

@@ -113,7 +113,9 @@ if __name__ == "__main__":
run_formatter(path)
for path in [
"python-package/xgboost/dask.py",
"python-package/xgboost/sklearn.py",
"python-package/xgboost/spark",
"tests/python/test_config.py",
"tests/python/test_spark/test_data.py",
"tests/python-gpu/test_gpu_spark/test_data.py",
"tests/ci_build/lint_python.py",