jinlow / forust

A lightweight gradient boosted decision tree package.
https://jinlow.github.io/forust/
Apache License 2.0
63 stars 6 forks source link

Sample Weight alignment when calculating Bin Percentiles #7

Closed jinlow closed 2 years ago

jinlow commented 2 years ago

Ensure that the sample weight gets sorted with the actual vector when calculating the percentiles for generating the histogram bins.

jinlow commented 2 years ago

Merged into main