Skip to content

[FEA] Make distributed RF sampler to draw from a global cdf #8628

Description

@chyunsu3

Currently the distributed RF algo uses the rank-local cdf to select rows for bootstrap sampling. (The rank-local cdf is computed by computing cumulative sums over sample weights.)

To obtain consistent results that's independent of data partitioning, we should compute the global cdf and have the workers use the cdf to draw bootstrap samples.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions