Closed RogerBolin closed 2 years ago
Hi,
Is there a way to set random seed generator in the thundergbm algorithm in order to achieve reproducibility?
Thanks, Roger
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.
Hi,
Is there a way to set random seed generator in the thundergbm algorithm in order to achieve reproducibility?
Thanks, Roger