You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really admire your work with this package and it helps me greatly for my bachelor thesis. I’m not that experienced with Recommender Systems and put in a lot of effort in understanding the last month. Still I have a few questions and I would really appreciate it, if someone could provide me with answers:
I‘m mainly working with implicit Data, which means that I want to use mainly ALS_implicit_real_Rating_Matrix. Can this matrix include Ratings something like that: (1) if customer viewed product, (2) if customer added product to cart, (3) if customer purchased product?
I’m wondering if I can implement the logic behind eALS. eALS weights non existent ratings by the item popularity which reduces the sparsity and therefore increases the performance. Is it possible to edit the RealRatingMatrix like that and can the underlying algorithm handle this data input or is it required that either eALS is implemented in the recommenderlab package or I have to build it myself or switch to Python?
There isn’t an option to tune parameters right? So I have to do this through recosystem and then implement it in parameter options right?
Like I already said, I really would appreciate an answer to my questions but I understand that there is probably bigger fish to fry :)
Have a great day,
Daniel
The text was updated successfully, but these errors were encountered:
It has several parameters (see code) and I assume that adapting the weights should be possible. If you can suggest code changes to allow for different weights, then I would be happy to incorporate them into the package.
Hello,
I really admire your work with this package and it helps me greatly for my bachelor thesis. I’m not that experienced with Recommender Systems and put in a lot of effort in understanding the last month. Still I have a few questions and I would really appreciate it, if someone could provide me with answers:
Like I already said, I really would appreciate an answer to my questions but I understand that there is probably bigger fish to fry :)
Have a great day,
Daniel
The text was updated successfully, but these errors were encountered: