AI4Risk / antifraud

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

Correct some bugs in mcnn and stagn #4

Closed Misaka-N closed 1 year ago

Misaka-N commented 1 year ago
  1. The "batch_num" in the picture below should be replaced by "test_batch_num"

    3d4248821885f1ea198efdb013b1d7b
  2. The use of the encoder in the picture below is wrong. Original code (two encoders) may lead to wrong code for "target", leading to the wrong structure of GCN. This should be replaced by only one encoder.

    60a395c2e2df51e9622694960423730 6e8c1f2a4172e5bd48f4f65f57aff67

And this change may lead to the change of AUC/F1/AP