Skip to content

chanwoo0806/ReducedGCN_public

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReducedGCN

Environmental Settings

Refer to the requirements.txt

Usage

You can run main.py with various options. For more detailed information about the arguments, you can check by running the command:

cd code
python main.py --help

To use the best hyperparameters for each dataset, run the main.py script using the provided YAML file. Here's an example of how to use it:

  • Kindle Store
cd code
python main.py --model rgcn --config_file ../config/ks10.yaml
  • MovieLens 1M
cd code
python main.py --model rgcn --config_file ../config/ml1m.yaml
  • Yelp2018
cd code
python main.py --model rgcn --config_file ../config/yelp2018.yaml

About

[PAKDD'2025] ReducedGCN: Learning to Adapt Graph Convolution for Top-N Recommendation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%