shawnlxh / FENDER

3 stars 1 forks source link

Numpy array size in mf.py #1

Open ngoctuannguyen opened 9 months ago

ngoctuannguyen commented 9 months ago

Excuse me, I am a student from a Vietnam university. I am really interested in your model and i want to use yours for my research project about Recommender Systems. I have a question that how i can run your mf.py file in my PC or Google Colab. If I can publish, your paper will be cited in my paper. I hope you can reply me soon. Thank you very much.

shawnlxh commented 9 months ago

mf.py should be able to run in any Python 3 environment. The input is just (user, item, score) for each line. Please try to make sure that your input is correct. If not working, you may provide more details about the error.

ngoctuannguyen commented 8 months ago

Thanks for your advise, I can run the code smoothly. Thank you very much.