Rethinking-Anomaly-Detection icon indicating copy to clipboard operation
Rethinking-Anomaly-Detection copied to clipboard

"Rethinking Graph Neural Networks for Anomaly Detection" in ICML 2022

Results 3 Rethinking-Anomaly-Detection issues
Sort by recently updated
recently updated
newest added

This pull request introduces a series of improvements and code cleanups across multiple files, focusing on code style consistency, module import order, and enhanced documentation for the BWGNN implementation. The...

What are the content of ten features of the datasets t-finance and t-social? Is it convenient to share? ^-^

how to design dataloader? if sampler = MultiLayerFullNeighborSampler(2), all nodes are sampled for 64 nodes. Which is same as feeding full-batch graph. Is this called batch?