PySpark XGBoost integration (#8020)
Co-authored-by: Hyunsu Cho <chohyu01@cs.washington.edu> Co-authored-by: Jiaming Yuan <jm.yuan@outlook.com>
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -141,7 +141,7 @@ jobs:
|
||||
- name: Install Python packages
|
||||
run: |
|
||||
python -m pip install wheel setuptools
|
||||
python -m pip install pylint cpplint numpy scipy scikit-learn
|
||||
python -m pip install pylint cpplint numpy scipy scikit-learn pyspark pandas cloudpickle
|
||||
- name: Run lint
|
||||
run: |
|
||||
make lint
|
||||
|
||||
1
.github/workflows/python_tests.yml
vendored
1
.github/workflows/python_tests.yml
vendored
@@ -92,6 +92,7 @@ jobs:
|
||||
python-tests-on-macos:
|
||||
name: Test XGBoost Python package on ${{ matrix.config.os }}
|
||||
runs-on: ${{ matrix.config.os }}
|
||||
timeout-minutes: 90
|
||||
strategy:
|
||||
matrix:
|
||||
config:
|
||||
|
||||
Reference in New Issue
Block a user