You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GetGradient: How to do it for subsamples
->Compute entire gradient and zero-out v.s. only compute for sampled data(we believe the latter is a better approach)
GHistIndexMatrix(part where maps 'gradient values' to bin index) -> How to do it for subsamples
Building Histogram -> How to update histogram with newly sampled data instead of building from scratch
(Possible solution: modify logic that builds "row_indices"(target row index of histogram building logic(RowsWiseBuildHistKernel)
Find slicing method for DMatrix(probably needed to complete the objectives above)
-> We assume this can be done by appropriately slice MetaInfo and GHistIndexMatrix.
Need to find methods to do the tasks above.
The text was updated successfully, but these errors were encountered:
GetGradient: How to do it for subsamples
->Compute entire gradient and zero-out v.s. only compute for sampled data(we believe the latter is a better approach)
GHistIndexMatrix(part where maps 'gradient values' to bin index) -> How to do it for subsamples
Building Histogram -> How to update histogram with newly sampled data instead of building from scratch
(Possible solution: modify logic that builds "row_indices"(target row index of histogram building logic(RowsWiseBuildHistKernel)
Find slicing method for DMatrix(probably needed to complete the objectives above)
-> We assume this can be done by appropriately slice MetaInfo and GHistIndexMatrix.
Need to find methods to do the tasks above.
The text was updated successfully, but these errors were encountered: