RecBole-CDR icon indicating copy to clipboard operation
RecBole-CDR copied to clipboard

Running CDR algorithms on the datasets provided

Open ajaykv1 opened this issue 8 months ago • 1 comments

I would like to run all the 10 CDR algorithms on the Amazon and Douban datasets.

I see that you provided the hyperparameters for each model, and I'd like to use them to get results.

Is it as simple as running:

python run_recbole_cdr.py --model=[model] --dataset=Amazon

If not, How can specify the dataset and run the models with the same hyperparamter configurations that you mentioned?

ajaykv1 avatar Oct 09 '23 21:10 ajaykv1