Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync with upstream #18

Merged
merged 1,179 commits into from
Nov 1, 2020
Merged

sync with upstream #18

merged 1,179 commits into from
Nov 1, 2020

Conversation

daxiongshu
Copy link
Owner

No description provided.

wphicks and others added 30 commits September 2, 2020 10:29
…ed the `gdb_debug` option for future debugging capability (untested).
[REVIEW] skip lightgbm test for version 3 and above temporarily
[REVIEW] Add in cuML-specific dev conda dependencies
[REVIEW] Add FIL-specific README [skip-ci]
Bugfix for 2767 - fix rf path trying to sample 0 columns
dillon-cullinan and others added 29 commits October 16, 2020 12:06
[REVIEW] ENH gpuCI Script Updates
[gpuCI] Auto-merge branch-0.16 to branch-0.17 [skip ci]
* adding param to sgd test

* changelog and removing stray prints
…hed backend (#2996)

* Removing the max_depth restriction for switching to the batched backend

* Updating CHANGELOG.md for PR 2996

* Style related changes

* Remove max_depth resitrction related documentation

* Update RF batched tests for max_depth restriction removal

* Updated documentation at one more place
* gemm and gemm working

* transpose working

* changelog

* fixing docs

* eigDC

* working decomps

* changelog

* review comments

Co-authored-by: Dante Gama Dessavre <dante.gamadessavre@gmail.com>
* Add test for check_array adapter

* Add check for min features in array validation

* Update changelog
…on to 0.17 (#3000)

* Pin cmake policies to cmake 3.17 version, bump project version to 0.17

* changelog #

* fix release script that bumps version

Co-authored-by: Dante Gama Dessavre <dante.gamadessavre@gmail.com>
…3004)

* remove Single Process Multi GPU (SPMG) code (fixes #2979)

* add changelog entry

* move changelog entry

* whitespace
Fixes #2549

Co-authored-by: Dante Gama Dessavre <dante.gamadessavre@gmail.com>
…ackend (#3021)

* Fix a hang in cuML RF experimental backend

* Add a unit test to test the fallback behavior

* Style fix
To use `&&` we need double brackets otherwise it is interpreted as two separate commands. Updating the other if statements to match for consistency.
[gpuCI] Auto-merge branch-0.16 to branch-0.17 [skip ci]
…tion (#3039)

* In benchmark codes, setting RF and decision tree parameters using APIs for robustness

* Updated CHANGELOG.md

* Removing struct designators, as they are not allowed inside a template in CUDA 10.2
* Suppress automatic GIL acquire to avoid deadlock

Explicitly disable Cython GIL acquire on entry into logging callbacks to
avoid deadlock in multi-threaded C code which calls callback

* Update changelog
* changed namespaces

* changelog

* format style
* Bumping xgboost version to match cuml version

* Adding PR to CHANGELOG

* Adding less restrictive error handling when importing xgboost.

* Temporarily ignoring forest_inference_demo.ipynb from test_notebooks.sh
…3073)

* Update Doxyfile.in

* Update CHANGELOG.md

Co-authored-by: Dante Gama Dessavre <dante.gamadessavre@gmail.com>
* Reduce overparameterization of incremental PCA tests

* Update changelogs

* Fix style
* migrating `scores.cuh` and deleting score dir

* cleaning up artefacts of migration

* update CHANGELOG.md

* FIX clang-format fixes
* Cache regression datasets when possible

* Eliminate redundant logistic regression tests

Eliminate tests of logistic regression that exercise the same code paths

* Eliminate redundant log-regression special tests

* Reduce redundant decision function tests

* Update changelog

* Fix style

* Switch one test over to elasticnet
* Remove test

* UPDATE changelog

Co-authored-by: Nanthini Balasubramanian <nathanb@nvidia.com>
* Handle C++ exception thrown from FIL predict

* update changelog

* Fix style

Co-authored-by: Dante Gama Dessavre <dante.gamadessavre@gmail.com>
* removing unnecessary test

* changelog

* style check
* Adding back in forest_inference_demo.ipynb to the notebook testing now that xgboost works on all platforms

* Adding PR to CHANGELOG
* reducing test_datasets.py runtime

* updating changelog

Co-authored-by: Dante Gama Dessavre <dante.gamadessavre@gmail.com>
* deleting prims and updating paths

* changelog

* style check

* pinning RAFT to latest commit

* style checks

* likely fixing conda builds

* correcting option in cpu ci build

* removing testing label
@daxiongshu daxiongshu merged commit e3b7848 into daxiongshu:branch-0.17 Nov 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.