pygod-team / pygod

A Python Library for Graph Outlier Detection (Anomaly Detection)
https://pygod.org
BSD 2-Clause "Simplified" License
1.31k stars 127 forks source link

Unable to load graphs #106

Open Bobpick opened 5 months ago

Bobpick commented 5 months ago

I am using the latest version of PyCharm Community. I have this line of code: from pygod.graph import build_graph It was suggested that I find the graph module in the pygod files that I downloaded by git. I did not see any graph module.

Any suggestions?

kayzliu commented 5 months ago

We don't have a graph module. If you are trying to load our built-in datasets, you may try pygod.utils.load_data.