forked from rapidsai/cuml
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
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
…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
Conflicts: CHANGELOG.md
[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>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.