thundergbm icon indicating copy to clipboard operation
thundergbm copied to clipboard

random seed generator

Open RogerBolin opened this issue 3 years ago • 1 comments

Hi,

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

Thanks, Roger

RogerBolin avatar Aug 08 '22 16:08 RogerBolin

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.

Kurt-Liuhf avatar Aug 09 '22 02:08 Kurt-Liuhf