FCPO icon indicating copy to clipboard operation
FCPO copied to clipboard

code for ‘Towards Long-term Fairness in Recommendation’

Results 3 FCPO issues
Sort by recently updated
recently updated
newest added

Hi, As I was trying to run [README_CPO-ml-100k.ipynb,](https://github.com/TobyGE/FCPO/blob/main/fcpo/README_CPO-ml-100k.ipynb) in the last line of the code for 'Train' cell which is : cpo.train(n_episodes, modelPath) I got the error : forward() takes...

Hello, may I ask the following error during the running of the code, what should the "model-name" be? Looking forward to your answer, thank you. usage: train.py [-h] [--continue] --model-name...

Hi, Could you please provide the codes to (1) generate the training and testing data for all datasets and (2) generate item embedding and user embedding? Thanks a lot