forked from dmlc/xgboost
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into sovrn-inplace-predict-java
- Loading branch information
Showing
508 changed files
with
16,505 additions
and
10,655 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
name: update-rapids | ||
|
||
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: "0 20 * * *" # Run once daily | ||
|
||
permissions: | ||
pull-requests: write | ||
contents: write | ||
|
||
defaults: | ||
run: | ||
shell: bash -l {0} | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | ||
cancel-in-progress: true | ||
|
||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # To use GitHub CLI | ||
|
||
jobs: | ||
update-rapids: | ||
name: Check latest RAPIDS | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
submodules: 'true' | ||
- name: Check latest RAPIDS and update conftest.sh | ||
run: | | ||
bash tests/buildkite/update-rapids.sh | ||
- name: Create Pull Request | ||
uses: peter-evans/create-pull-request@v5 | ||
if: github.ref == 'refs/heads/master' | ||
with: | ||
add-paths: | | ||
tests/buildkite | ||
branch: create-pull-request/update-rapids | ||
base: master | ||
title: "[CI] Update RAPIDS to latest stable" | ||
commit-message: "[CI] Update RAPIDS to latest stable" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,6 +48,7 @@ Debug | |
*.Rproj | ||
./xgboost.mpi | ||
./xgboost.mock | ||
*.bak | ||
#.Rbuildignore | ||
R-package.Rproj | ||
*.cache* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,3 @@ | |
address = {New York, NY, USA}, | ||
keywords = {large-scale machine learning}, | ||
} | ||
|
Oops, something went wrong.