Closed fatosmorina closed 3 years ago
I noticed that at the very end of the example, you were using the training set for both training and validation, probably because of a typo.
Hi @fatosmorina ,
Thanks! The file is an example provided by LightGBM (here) and we didn't modify it. In their code, they use the training dataset for validation in the first 10 rounds. This file is not used in the training of DPBoost.
I noticed that at the very end of the example, you were using the training set for both training and validation, probably because of a typo.