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

[gpuCI] Auto-merge branch-0.17 to branch-0.18 [skip ci] #3226

Merged
merged 1 commit into from
Dec 1, 2020

Conversation

GPUtester
Copy link
Contributor

Auto-merge triggered by push to branch-0.17 that creates a PR to keep branch-0.18 up-to-date. If this PR is unable to be immediately merged due to conflicts, it will remain open for the team to manually merge.

* FEA Lars solver

* Fix scaling of X and alpha, use n_cols in calcMaxStep, use binaryOp with alignment check

* Improve memory error handling

Additionally adjust Gram matrix condition for precompute='auto'

* DOC undo whitespace edit in changelog

* Add eps parameter and improve numeric error handling

* Fix include style

* Set coef_path[:,0] to zeros

* Add more extensive tests

* Move LARS to experimantal namespace

* Remove unused imports

* FEA Detect and avoid collinear features

* DOC fix docstrings

* Various improvements

- Convert input to fp64 to avoid problem with fp32 input
- Improved debug logs
- Added cpp unit test with n_rows = 65536
- Avoid error during CUDA kernel calls if n_active == 0
- Correct indexing error for x_scale
- Test normalize param
- Move precomputed Gram wrapping to the main fit method

* Correct docstring and Python style

* DOC Remove stray comma that triggered doxygen error

* Update RAFT GIT_TAG

* Correct __init__.py after moving LARS to experimental namespace

* Fix implicit type conversion error and enable FP32 training

* Fix base parameter docs and get_param_names

* Define explicit dtype for the intercept attribute

* Improve Lars test coverage, and decrease test tolerance

Co-authored-by: John Zedlewski <[email protected]>
@GPUtester GPUtester requested review from a team as code owners December 1, 2020 22:02
@GPUtester
Copy link
Contributor Author

SUCCESS - Auto-merge complete.

@GPUtester GPUtester merged commit 5492665 into branch-0.18 Dec 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.

2 participants