- Python 3.8.0
You can run the main model with:
python3 mymodel.py --dataset coatSupported datasets:
coatyahooR3KuaiRand
Examples:
python3 mymodel.py --dataset coat
python3 mymodel.py --dataset yahooR3
python3 mymodel.py --dataset KuaiRandExample:
python3 baselines/InterD.py --dataset coatYou can also replace coat with other supported datasets:
python3 baselines/InterD.py --dataset yahooR3
python3 baselines/InterD.py --dataset KuaiRandThis project is partially based on the following open-source repository: