├── .gitignore ├── LICENSE ├── README.md ├── sgc_edge_unlearn.py ├── sgc_feature_node_unlearn.py └── utils.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thupchnsky/sgc_unlearn/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thupchnsky/sgc_unlearn/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thupchnsky/sgc_unlearn/HEAD/README.md -------------------------------------------------------------------------------- /sgc_edge_unlearn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thupchnsky/sgc_unlearn/HEAD/sgc_edge_unlearn.py -------------------------------------------------------------------------------- /sgc_feature_node_unlearn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thupchnsky/sgc_unlearn/HEAD/sgc_feature_node_unlearn.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thupchnsky/sgc_unlearn/HEAD/utils.py --------------------------------------------------------------------------------