Skip to content

Commit

Permalink
Merge pull request #32 from Sherry-XLL/main
Browse files Browse the repository at this point in the history
Remove GraphRec in social recommender
  • Loading branch information
hyp1231 authored Apr 6, 2022
2 parents c354c94 + be0ebf8 commit 34f3a96
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 270 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ We list currently supported models according to category:
**Social Recommendation**:

* **[DiffNet](recbole_gnn/model/social_recommender/diffnet.py)** from Wu *et al.*: [A Neural Influence Diffusion Model for Social Recommendation](https://arxiv.org/abs/1904.10322) (SIGIR 2019).
* **[GraphRec](recbole_gnn/model/social_recommender/graphrec.py)** from Fan *et al.*: [Graph Neural Networks for Social Recommendation](https://doi.org/10.1145/3308558.3313488) (WWW 2019).
* **[MHCN](recbole_gnn/model/social_recommender/mhcn.py)** from Yu *et al.*: [Self-Supervised Multi-Channel Hypergraph Convolutional Network for Social Recommendation](https://doi.org/10.1145/3442381.3449844) (WWW 2021).
* **[SEPT](recbole_gnn/model/social_recommender/sept.py)** from Yu *et al.*: [Socially-Aware Self-Supervised Tri-Training for Recommendation](https://doi.org/10.1145/3447548.3467340) (KDD 2021).

Expand Down
1 change: 0 additions & 1 deletion recbole_gnn/model/social_recommender/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from recbole_gnn.model.social_recommender.diffnet import DiffNet
from recbole_gnn.model.social_recommender.graphrec import GraphRec
from recbole_gnn.model.social_recommender.mhcn import MHCN
from recbole_gnn.model.social_recommender.sept import SEPT
259 changes: 0 additions & 259 deletions recbole_gnn/model/social_recommender/graphrec.py

This file was deleted.

9 changes: 0 additions & 9 deletions recbole_gnn/properties/model/GraphRec.yaml

This file was deleted.

0 comments on commit 34f3a96

Please sign in to comment.