Xtra-Computing / thundergbm

ThunderGBM: Fast GBDTs and Random Forests on GPUs
Apache License 2.0
689 stars 84 forks source link

random seed generator #78

Closed RogerBolin closed 1 year ago

RogerBolin commented 1 year ago

Hi,

Is there a way to set random seed generator in the thundergbm algorithm in order to achieve reproducibility?

Thanks, Roger

Kurt-Liuhf commented 1 year ago

Hi, setting a random seed using Python API(s) is not supported yet. But if you are using the C++ version, modify this line to fix the seed. Thank you.