matrix-factorization-in-python icon indicating copy to clipboard operation
matrix-factorization-in-python copied to clipboard

P_i is passed by reference instead of value

Open joeldushouyu opened this issue 5 years ago • 0 comments

Hello sir, I believe there is a minor error in the code. I believe the code you write still passed by reference instead of value. Since is a array generate by numpy, not a list. image By the way, well written article and code. It really helped me to tie all the concepts that I have learned! Thank you very much!

joeldushouyu avatar Dec 06 '20 22:12 joeldushouyu