AI4Risk / antifraud

A repository for financial fraud detection
GNU General Public License v3.0
174 stars 43 forks source link

random seed #3

Closed YQzQY closed 6 months ago

YQzQY commented 1 year ago

Hi!I reproduced the experiment through the source code, but there was a gap with the experimental results in the paper. I found that there was no random seed set in the training, could you please provide the random seed parameters?

bingreeky commented 1 year ago

Could you possibly provide a more elucidated description, such as which datasets and backbones are utilized?

YQzQY commented 1 year ago

I used GTAN as the backbone and tested it on Amazon and Yelp datasets

bingreeky commented 6 months ago

I am sorry for the delay. The seed setting is detailed in gtan_cfg.yaml and rgtan_cfg.yaml. I hope this helps.