Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Backport #16895, #16922, #16878, #16979 and #16900 to 1.6 #17029

Merged
merged 5 commits into from
Dec 10, 2019

Conversation

ptrendx
Copy link
Member

@ptrendx ptrendx commented Dec 9, 2019

Description

Backport #16895, #16922, #16878, #16979 and #16900 to 1.6

FYI @reminisce, @sxjscience, @liuzh91, @zburning, @leezu.

reminisce and others added 4 commits December 9, 2019 15:01
* Fix indexing bug

* More test cases

* Add test from 16647
…r batch interval (apache#16922)

* Update LoggingHandler to support logging per interval

* Fix the constant variable issue in the logging handler

* Remove the constant variable hack in the logging handler.

* 1) replace LOG_PER_BATCH with LOG_PER_INTERVAL 2) add test case

* Improve the test script for LoggingHandler

* small fix on the test script

* logging handler test case bug fix

* remove parameter verbose from LoggingHandler

* move log_interval to the first argument

* resolve unittest mistakes
        Strategy to be used for aggregating across mini-batches.
            "macro": average the pearsonr scores for each batch.
            "micro": compute a single pearsonr score across all batches.
* update

Check for repeated axes

enable addto to transpose

fix

fix

fix

fix

remove unused ndim

Update pseudo2DTranspose_op-inl.cuh

Update pseudo2DTranspose_op-inl.cuh

Update pseudo2DTranspose_op-inl.cuh

fix

Update pseudo2DTranspose_op-inl.cuh

try to fix

Update pseudo2DTranspose_op-inl.cuh

Update pseudo2DTranspose_op-inl.cuh

Update pseudo2DTranspose_op-inl.cuh

fix

Update np_matrix_op.cc

Update test_numpy_op.py

update test case

fix implementation

fix bug

update

fix bug

Update pseudo2DTranspose_op-inl.cuh

fix

fix

Update test_numpy_op.py

* Fix bug

* fix docstring

* try to address comment

* no need to change this line

* Fix bug

* address comments

* address comment
@ptrendx ptrendx requested a review from szha as a code owner December 9, 2019 23:10
@ptrendx ptrendx added the R1.6.0 label Dec 9, 2019
* introduce  gradient update handler to the  base estimator

* Modify the gradient update handler to include the batch size

* Remove unrelated gradient update handler.

* Modify gradient update handler to take the current batch size.

* Remove white space to avoid the sanity check failure

* add small tweak to the handler code

* Modify the documentation of priority parameter of relevant handlers.

* small modification on the documentation.

* Add small modification on the documentation.

* Remove unnecessary list check
@ptrendx ptrendx changed the title Backport #16895, #16922, #16878 and #16979 to 1.6 Backport #16895, #16922, #16878, #16979 and #16900 to 1.6 Dec 9, 2019
@ptrendx ptrendx merged commit c973f01 into apache:v1.6.x Dec 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants