Suppose you have a recommender system, based on a colalborative filtering (user-based), for recommending shopping products.
You have then a rating matrix (user-item).
Suppose that one of the product is no more available.
Can we delete this item from the rating matrix ? or what can we do to make it no more used.
For me, i think that the suppression of item from the rating matrix could have a negative impact, because it could introduce a gap in the matrix, and by the way, the user-to-user algorithm will be compromised.
Thanks.