I am trying to build a utility matrix with size (n_users, n_items), but I got an index is out of bounds error. From the error, it is clear that I a
(n_users, n_items)
index is out of bounds